Searched defs:nex_malloc (Results 1 – 2 of 2) sorted by relevance
94 #define nex_malloc(size) __mdbg_alloc(MAF_NEX, NULL, 1, 1, \ macro132 #define nex_malloc(size) malloc(size) macro
924 void *nex_malloc(size_t size) in nex_malloc() function