universe@390: universe@390: universe@390: universe@390: universe@390: universe@390: universe@390: universe@390: ucx: UcxAllocator Struct Reference universe@390: universe@390: universe@390: universe@390: universe@390: universe@390: universe@390: universe@390: universe@390: universe@390:
universe@390:
universe@390: universe@390: universe@390: universe@390: universe@390: universe@390: universe@390: universe@390:
universe@390:
ucx universe@390:
universe@390:
UAP Common Extensions
universe@390:
universe@390:
universe@390: universe@390: universe@390: universe@390: universe@390: universe@390: universe@390: universe@390: universe@390:
universe@390:
universe@390: universe@390: universe@390:
universe@390: universe@390:
universe@390: universe@390:
universe@390:
universe@390:
universe@390: Data Fields
universe@390:
universe@390:
UcxAllocator Struct Reference
universe@390:
universe@390:
universe@390: universe@390:

UCX allocator data structure containing memory management functions. universe@390: More...

universe@390: universe@390:

#include <allocator.h>

universe@390: universe@390: universe@390: universe@390: universe@390: universe@390: universe@390: universe@390: universe@390: universe@390: universe@390: universe@390: universe@390: universe@390: universe@390: universe@390: universe@390: universe@390:

universe@390: Data Fields

void * pool
 Pointer to an area of memory or a complex memory pool. More...
 
universe@390: ucx_allocator_malloc malloc
 The malloc() function for this allocator.
 
universe@390: ucx_allocator_calloc calloc
 The calloc() function for this allocator.
 
universe@390: ucx_allocator_realloc realloc
 The realloc() function for this allocator.
 
universe@390: ucx_allocator_free free
 The free() function for this allocator.
 
universe@390:

Detailed Description

universe@390:

UCX allocator data structure containing memory management functions.

universe@390:

Field Documentation

universe@390: universe@390:

◆ pool

universe@390: universe@390:
universe@390:
universe@390: universe@390: universe@390: universe@390: universe@390:
void* UcxAllocator::pool
universe@390:
universe@390: universe@390:

Pointer to an area of memory or a complex memory pool.

universe@390:

This pointer will be passed to any memory management function as first argument.

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