| 
    ARGOBOTS
    1.1
    
   | 
 
#include <abti_mem_pool.h>

Data Fields | |
| struct ABTI_mem_pool_header * | p_next | 
| ABTI_mem_pool_header_bucket_info | bucket_info | 
Definition at line 20 of file abti_mem_pool.h.
| ABTI_mem_pool_header_bucket_info ABTI_mem_pool_header::bucket_info | 
Definition at line 22 of file abti_mem_pool.h.
Referenced by ABTI_mem_pool_alloc(), ABTI_mem_pool_destroy_local_pool(), ABTI_mem_pool_free(), ABTI_mem_pool_return_bucket(), ABTI_mem_pool_take_bucket(), and mem_pool_return_partial_bucket().
| struct ABTI_mem_pool_header* ABTI_mem_pool_header::p_next | 
Definition at line 21 of file abti_mem_pool.h.
Referenced by ABTI_mem_pool_alloc(), ABTI_mem_pool_free(), ABTI_mem_pool_take_bucket(), and mem_pool_return_partial_bucket().
 1.8.17