ucx
UAP Common Extensions
Data Fields
UcxMempool Struct Reference

UCX mempool structure. More...

#include <mempool.h>

Data Fields

UcxAllocatorallocator
 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...
 

Detailed Description

UCX mempool structure.

Field Documentation

◆ data

void** UcxMempool::data

List of pointers to pooled memory.

◆ ndata

size_t UcxMempool::ndata

Count of pooled memory items.

◆ size

size_t UcxMempool::size

Memory pool size.


The documentation for this struct was generated from the following file: