Home | History | Annotate | Download | only in src

Lines Matching defs:dlmalloc

2   This is a version (aka dlmalloc) of malloc/free/realloc written by
644 #define dlmalloc malloc
675 void* dlmalloc(size_t);
3131 (m == gm)? dlmalloc(b) : mspace_malloc(m, b)
3135 #define internal_malloc(m, b) dlmalloc(b)
4061 void* dlmalloc(size_t bytes) {
4302 mem = dlmalloc(req);
4310 return dlmalloc(bytes);