![]() |
(git:48ec5b0)
|
Private struct for storing a memory pool. More...
Data Fields | |
dbm_memchunk_t * | available_head |
dbm_memchunk_t * | allocated_head |
Private struct for storing a memory pool.
Definition at line 36 of file dbm_mempool.c.
dbm_memchunk_t* dbm_mempool::available_head |
Definition at line 37 of file dbm_mempool.c.
dbm_memchunk_t * dbm_mempool::allocated_head |
Definition at line 37 of file dbm_mempool.c.