ucx
UAP Common Extensions
|
UCX mempool structure. More...
#include <mempool.h>
Data Fields | |
UcxAllocator * | allocator |
UcxAllocator based on this pool. | |
void ** | data |
List of pointers to pooled memory. More... | |
size_t | ndata |
Count of pooled memory items. More... | |
size_t | size |
Memory pool size. More... | |
UCX mempool structure.
void** UcxMempool::data |
List of pointers to pooled memory.
size_t UcxMempool::ndata |
Count of pooled memory items.
size_t UcxMempool::size |
Memory pool size.