![]() |
ucx
UAP Common Extensions
|
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 nmemb, size_t size) |
| The allocator's calloc() implementation. | |
| void(* | free )(void *data, void *mem) |
| The allocator's free() implementation. | |
The class definition for an allocator.