(git:48ec5b0)
Loading...
Searching...
No Matches
dbm_mempool Struct Reference

Private struct for storing a memory pool. More...

Data Fields

dbm_memchunk_tavailable_head
 
dbm_memchunk_tallocated_head
 

Detailed Description

Private struct for storing a memory pool.

Author
Ole Schuett

Definition at line 36 of file dbm_mempool.c.

Field Documentation

◆ available_head

dbm_memchunk_t* dbm_mempool::available_head

Definition at line 37 of file dbm_mempool.c.

◆ allocated_head

dbm_memchunk_t * dbm_mempool::allocated_head

Definition at line 37 of file dbm_mempool.c.


The documentation for this struct was generated from the following file: