ARGOBOTS
dce6e727ffc4ca5b3ffc04cb9517c6689be51ec5
|
#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 101 of file abti_mem_pool.h.
size_t ABTI_mem_pool_local_pool::bucket_index |
Definition at line 106 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 107 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 103 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 102 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().