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: UcxMempool Struct Reference - - - - - - - - - -
-
- - - - - - - -
-
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: -
- - - -