#include <stdlib.h>
Go to the source code of this file.
Defines | |
#define | anx_malloc malloc |
malloc() wrapper to allow easy overriding | |
#define | anx_free free |
free() wrapper to allow easy overriding | |
Typedefs | |
typedef void *(* | AnxCloneFunc )(void *data) |
Signature of a cloning function. | |
typedef void *(* | AnxFreeFunc )(void *data) |
Signature of a freeing function. |