Searched defs:MALLOC (Results 1 – 10 of 10) sorted by relevance
64 #define MALLOC(n, tag) malloc(n) macro101 #define MALLOC(nbBytes, tag) (pmalloc(nbBytes, tag, L(__FILE__), __LINE__)) macro106 #define MALLOC(nbBytes, tag) (pmalloc(nbBytes)) macro
48 #define MALLOC(_size) os_malloc(_size) macro
53 #define MALLOC(BYTES) malloc(BYTES) macro
253 int *MALLOC; variable
221 #define MALLOC malloc macro
227 #define MALLOC malloc macro
562 #define MALLOC(s) (parser->m_mem.malloc_fcn((s))) macro
5218 int *MALLOC; variable