Home | History | Annotate | Download | only in stdlib

Lines Matching defs:dlmalloc

38   This is a version (aka dlmalloc) of malloc/free/realloc written by
688 #define dlmalloc malloc
719 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) {
4312 mem = dlmalloc(req);
4320 return dlmalloc(bytes);