diff -r 92e482410453 -r d345541018fa docs/api-2.1/structUcxMempool.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/api-2.1/structUcxMempool.html Sat Feb 06 19:11:44 2021 +0100 @@ -0,0 +1,153 @@ + + + + + + + +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: +
+ + + +