Searched defs:MALLOC (Results 1 – 5 of 5) sorted by relevance
48 #define MALLOC(_size) os_malloc(_size) macro
53 #define MALLOC(BYTES) malloc(BYTES) macro
221 #define MALLOC malloc macro
562 #define MALLOC(s) (parser->m_mem.malloc_fcn((s))) macro
5222 int *MALLOC; variable