DRDE/ACTK1_0/config/mem_debug.h
Ren RenJuan 681188a22d push
2014-01-08 05:00:04 +00:00

4 lines
138 B
C

#define realloc_d(x,y,z) realloc(x,y)
#define malloc_d(x,y) malloc(x)
#define free_d(x,y) free(x)
#define strdup_d(x,y) strdup(x)