src/misc/malloc.h File Reference

Memory allocation MACROs. More...

#include <stdlib.h>

Go to the source code of this file.

Defines

#define MALLOC   malloc
#define CALLOC   calloc
#define REALLOC   realloc
#define FREE   free


Detailed Description

Memory allocation MACROs.

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.


Generated on Wed Dec 9 20:32:40 2009 for xCalls by  doxygen 1.4.7