EM-ODP
3.7.0
Event Machine on ODP
|
Go to the source code of this file.
Data Structures | |
struct | mpool_elem_t |
union | pool_subpool_t |
struct | mpool_tbl_t |
struct | mpool_pool_t |
Macros | |
#define | POOL_ODP2EM_TBL_LEN 256 |
Functions | |
COMPILE_TIME_ASSERT (EM_CONFIG_POOLS *EM_MAX_SUBPOOLS<=POOL_ODP2EM_TBL_LEN, "MPOOL_TBL_T__POOL_ODP2EM__LEN_ERR") | |
COMPILE_TIME_ASSERT (sizeof(pool_subpool_t)==sizeof(uint64_t), "POOL_SUBPOOL_T__SIZE_ERR") | |
Variables | |
const pool_subpool_t | pool_subpool_undef |
Undef value for a pool_subpool_t pool_subpool_undef = {.pool = EM_POOL_UNDEF, .subpool = 0};. More... | |
EM internal POOL types & definitions
Definition in file em_pool_types.h.
#define POOL_ODP2EM_TBL_LEN 256 |
Length of the mpool_tbl_t::pool_odp2em[] array
Definition at line 86 of file em_pool_types.h.
const pool_subpool_t pool_subpool_undef |
Undef value for a pool_subpool_t pool_subpool_undef = {.pool = EM_POOL_UNDEF, .subpool = 0};.
Undef value for a pool_subpool_t pool_subpool_undef = {.pool = EM_POOL_UNDEF, .subpool = 0};