ARGOBOTS
latest
|
#include <abti_mem_pool.h>
Data Fields | |
ABTI_mem_pool_global_pool * | p_global_pool |
size_t | num_headers_per_bucket |
size_t | bucket_index |
ABTI_mem_pool_header * | buckets [ABT_MEM_POOL_MAX_LOCAL_BUCKETS] |
Definition at line 89 of file abti_mem_pool.h.
size_t ABTI_mem_pool_local_pool::bucket_index |
Definition at line 94 of file abti_mem_pool.h.
Referenced by ABTI_mem_pool_alloc(), ABTI_mem_pool_destroy_local_pool(), ABTI_mem_pool_free(), and ABTI_mem_pool_init_local_pool().
ABTI_mem_pool_header* ABTI_mem_pool_local_pool::buckets[ABT_MEM_POOL_MAX_LOCAL_BUCKETS] |
Definition at line 95 of file abti_mem_pool.h.
Referenced by ABTI_mem_pool_alloc(), ABTI_mem_pool_destroy_local_pool(), ABTI_mem_pool_free(), and ABTI_mem_pool_init_local_pool().
size_t ABTI_mem_pool_local_pool::num_headers_per_bucket |
Definition at line 91 of file abti_mem_pool.h.
Referenced by ABTI_mem_pool_destroy_local_pool(), ABTI_mem_pool_free(), and ABTI_mem_pool_init_local_pool().
ABTI_mem_pool_global_pool* ABTI_mem_pool_local_pool::p_global_pool |
Definition at line 90 of file abti_mem_pool.h.
Referenced by ABTI_mem_pool_alloc(), ABTI_mem_pool_destroy_local_pool(), ABTI_mem_pool_free(), and ABTI_mem_pool_init_local_pool().