diff -r 7dfa5bcf39ee -r 88a9ee79c102 docs/api-2.1/structUcxMempool.html --- a/docs/api-2.1/structUcxMempool.html Wed Jan 22 21:02:46 2025 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,153 +0,0 @@ - - -
- - - - -- |
- 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.
- -