ucx
UAP Common Extensions
Loading...
Searching...
No Matches
Data Fields
cx_allocator_class Struct Reference

The class definition for an allocator. More...

#include <allocator.h>

Data Fields

void *(* malloc )(void *data, size_t n)
 The allocator's malloc() implementation.
 
void *(* realloc )(void *data, void *mem, size_t n)
 The allocator's realloc() implementation.
 
void *(* calloc )(void *data, size_t nelem, size_t n)
 The allocator's calloc() implementation.
 
void(* free )(void *data, void *mem)
 The allocator's free() implementation.
 

Detailed Description

The class definition for an allocator.


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