 |
My Project
|
Go to the documentation of this file.
9 #include "omalloc/omConfig.h"
12 #define malloc omMallocFunc
13 #define calloc omCallocFunc
14 #define free omFreeFunc
15 #define freeSize omFreeSizeFunc
16 #define realloc omReallocFunc
17 #define reallocSize omReallocSizeFunc
18 #define strdup omStrdupFunc
19 #define valloc omVallocFunc