#include <axis2_allocator.h>
Public Attributes | |
void *(* | malloc_fn )(struct axis2_allocator *allocator, size_t size) |
void *(* | realloc )(struct axis2_allocator *allocator, void *ptr, size_t size) |
void(* | free_fn )(struct axis2_allocator *allocator, void *ptr) |
Encapsulator for memory allocating routines
|
frees memory
|
|
allocates memory
|
|
re-llocates memory
|