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