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