Searched defs:AREA (Results 1 – 1 of 1) sorted by relevance
62 #define MEM_MALLOC(AREA, SIZE) malloc(SIZE) argument 63 #define MEM_ZALLOC(AREA, SIZE) calloc((SIZE), 1) argument 64 #define MEM_STRDUP(AREA, PTR) strdup(PTR) argument 65 #define MEM_REALLOC(AREA, PTR, SIZE) realloc((PTR), (SIZE)) argument 66 #define MEM_FREE(AREA, PTR) free(PTR) argument