1.2.1
|
a structure holding the buffer data and metadata about the blocks. More...
#include <buffer.h>
Public Attributes | |
size_t | block_size |
size_t | block_count |
size_t | block_capacity |
struct nb_buffer_memory_context * | memory_context |
void * | data |
a structure holding the buffer data and metadata about the blocks.
It should be treated as an opaque structure and be access through naughty-buffers functions.
Initialize it by using nb_init or nb_init_advanced. Don't use before initialization.