Data Fields | |
| struct mem_pool * | next_pool | 
| char * | next_free | 
| char * | end_free | 
| char* mem_pool::end_free | 
Definition at line 110 of file tw-util.c.
Referenced by pool_alloc(), and tw_calloc_stats().
| char* mem_pool::next_free | 
Definition at line 109 of file tw-util.c.
Referenced by pool_alloc(), and tw_calloc_stats().
| struct mem_pool* mem_pool::next_pool | 
Definition at line 108 of file tw-util.c.
Referenced by pool_alloc(), and tw_calloc_stats().