diff -r 92e482410453 -r d345541018fa docs/api-2.1/structUcxAllocator.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/api-2.1/structUcxAllocator.html Sat Feb 06 19:11:44 2021 +0100 @@ -0,0 +1,128 @@ + + +
+ + + + ++ |
+ ucx
+
+ UAP Common Extensions
+ |
+
UCX allocator data structure containing memory management functions. + More...
+ +#include <allocator.h>
+Data Fields | |
void * | pool |
Pointer to an area of memory or a complex memory pool. More... | |
+ucx_allocator_malloc | malloc |
The malloc() function for this allocator. | |
+ucx_allocator_calloc | calloc |
The calloc() function for this allocator. | |
+ucx_allocator_realloc | realloc |
The realloc() function for this allocator. | |
+ucx_allocator_free | free |
The free() function for this allocator. | |
UCX allocator data structure containing memory management functions.
+void* UcxAllocator::pool | +
Pointer to an area of memory or a complex memory pool.
+This pointer will be passed to any memory management function as first argument.
+ +