#include <mempool.h>
Data Fields | |
| struct mem_pool_object * | freelist |
| Pointer to the first free object in the pool. | |
This structure represents a pool of fixed-size objects which can be allocated using mem_pool_alloc().
Definition at line 68 of file mempool.h.
struct mem_pool_object* mem_pool::freelist [read] |
Pointer to the first free object in the pool.
For internal use only.
Definition at line 73 of file mempool.h.
Referenced by mem_pool_alloc(), mem_pool_free(), and mem_pool_init().
1.5.8