Memory pool. More...
#include <mempool.h>
Data Fields | |
| struct mem_pool_object * | freelist |
| Pointer to the first free object in the pool. | |
Memory pool.
This structure represents a pool of fixed-size objects which can be allocated using mem_pool_alloc().
Definition at line 69 of file mempool.h.
| struct mem_pool_object* mem_pool::freelist |
Pointer to the first free object in the pool.
For internal use only.
Definition at line 74 of file mempool.h.
Referenced by membag_get_largest_free_block_size(), and membag_get_smallest_free_block_size().
1.6.3