#include <stdlib.h>
Go to the source code of this file.
Defines | |
#define | MALLOC malloc |
#define | CALLOC calloc |
#define | REALLOC realloc |
#define | FREE free |
The library should use these macros whenever it needs to call the memory allocator. This allows us to use other more scalable allocators in the future if we find it useful.
Definition in file malloc.h.