Go to the documentation of this file.
41 #define malloc(x) DO_NOT_CALL_MALLOC__USE_C_MALLOC_INSTEAD
46 #define calloc(x,y) DO_NOT_CALL_CALLOC__USE_C_CALLOC_INSTEAD
53 #define realloc(x,y) DO_NOT_CALL_REALLOC__USE_C_REALLOC_INSTEAD
58 #define dirname(x) DO_NOT_CALL_MALLOC__USE_C_DIRNAME_INSTEAD
63 #define basename(x) DO_NOT_CALL_MALLOC__USE_C_BASENAME_INSTEAD
68 #define strdup(x) DO_NOT_CALL_STRDUP__USE_C_STRDUP_INSTEAD