ucx
UAP Common Extensions
Data Fields
UcxAllocator Struct Reference

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.
 

Detailed Description

UCX allocator data structure containing memory management functions.

Field Documentation

◆ pool

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.


The documentation for this struct was generated from the following file: