Public Attributes | |
txc_mutex_t | mutex |
void * | full_buf |
txc_pool_object_t * | obj_list |
txc_pool_object_t * | obj_free_head |
txc_pool_object_t * | obj_allocated_head |
unsigned int | obj_free_num |
unsigned int | obj_allocated_num |
unsigned int | obj_size |
unsigned int | obj_num |
txc_pool_object_constructor_t | obj_constructor |
Definition at line 27 of file pool.c.