Searched refs:dlmalloc (Results 1 – 1 of 1) sorted by relevance
688 #define dlmalloc malloc macro719 void* dlmalloc(size_t);3143 (m == gm)? dlmalloc(b) : mspace_malloc(m, b)3147 #define internal_malloc(m, b) dlmalloc(b)4071 void* dlmalloc(size_t bytes) { in dlmalloc() function4312 mem = dlmalloc(req); in dlcalloc()4320 return dlmalloc(bytes); in dlrealloc()