Skip to content
Snippets Groups Projects
  • Nikita Pettik's avatar
    686989f8
    core: introduce prbuf · 686989f8
    Nikita Pettik authored
    prbuf is partitioned ring buffer. The main property of the buffer is
    that it can be recovered from raw memory. To achieve this buffer saves
    metadata before each stored entry. For further details see source code.
    
    NO_DOC=<Private data structure>
    NO_CHANGELOG=<No user visible changes>
    686989f8
    History
    core: introduce prbuf
    Nikita Pettik authored
    prbuf is partitioned ring buffer. The main property of the buffer is
    that it can be recovered from raw memory. To achieve this buffer saves
    metadata before each stored entry. For further details see source code.
    
    NO_DOC=<Private data structure>
    NO_CHANGELOG=<No user visible changes>