![]() |
(git:419edc0)
|
Private struct for storing a chunk of memory. More...
Data Fields | |
void * | mem |
struct dbm_memchunk * | next |
size_t | size |
size_t | used |
Private struct for storing a chunk of memory.
Definition at line 37 of file dbm_mempool.c.
void* dbm_memchunk::mem |
Definition at line 38 of file dbm_mempool.c.
struct dbm_memchunk* dbm_memchunk::next |
Definition at line 39 of file dbm_mempool.c.
size_t dbm_memchunk::size |
Definition at line 40 of file dbm_mempool.c.
size_t dbm_memchunk::used |
Definition at line 40 of file dbm_mempool.c.