ARGOBOTS
dce6e727ffc4ca5b3ffc04cb9517c6689be51ec5
|
#include <abti_mem_pool.h>
Data Fields | |
ABT_bool | enabled |
ABT_bool | check_error |
size_t | offset |
size_t | page_size |
size_t | alignment |
Definition at line 35 of file abti_mem_pool.h.
size_t ABTI_mem_pool_global_pool_mprotect_config::alignment |
Definition at line 40 of file abti_mem_pool.h.
Referenced by ABTI_mem_pool_destroy_global_pool(), and ABTI_mem_pool_take_bucket().
ABT_bool ABTI_mem_pool_global_pool_mprotect_config::check_error |
Definition at line 37 of file abti_mem_pool.h.
Referenced by ABTI_mem_pool_take_bucket().
ABT_bool ABTI_mem_pool_global_pool_mprotect_config::enabled |
Definition at line 36 of file abti_mem_pool.h.
Referenced by ABTI_mem_pool_destroy_global_pool(), ABTI_mem_pool_init_global_pool(), and ABTI_mem_pool_take_bucket().
size_t ABTI_mem_pool_global_pool_mprotect_config::offset |
Definition at line 38 of file abti_mem_pool.h.
Referenced by ABTI_mem_pool_take_bucket().
size_t ABTI_mem_pool_global_pool_mprotect_config::page_size |
Definition at line 39 of file abti_mem_pool.h.
Referenced by ABTI_mem_pool_take_bucket().