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.