#include <alloc-pool.h>

Data Fields | |
| const char * | name |
| size_t | elts_per_block |
| alloc_pool_list | free_list |
| size_t | elts_allocated |
| size_t | elts_free |
| size_t | blocks_allocated |
| alloc_pool_list | block_list |
| size_t | block_size |
| size_t | elt_size |
Definition at line 33 of file alloc-pool.h.
| const char * alloc_pool_def::name |
Definition at line 35 of file alloc-pool.h.
Referenced by create_alloc_pool(), free_alloc_pool(), and pool_alloc().
Definition at line 40 of file alloc-pool.h.
Referenced by create_alloc_pool(), pool_alloc(), and pool_free().
Definition at line 41 of file alloc-pool.h.
Referenced by create_alloc_pool(), pool_alloc(), and pool_free().
Definition at line 42 of file alloc-pool.h.
Referenced by create_alloc_pool(), pool_alloc(), and pool_free().
Definition at line 44 of file alloc-pool.h.
Referenced by create_alloc_pool(), free_alloc_pool(), and pool_alloc().
Definition at line 45 of file alloc-pool.h.
Referenced by create_alloc_pool(), free_alloc_pool(), and pool_alloc().
Definition at line 46 of file alloc-pool.h.
Referenced by create_alloc_pool(), pool_alloc(), and pool_free().
1.5.6