Lines Matching defs:dlmalloc
2 This is a version (aka dlmalloc) of malloc/free/realloc written by
222 one VirtualAlloc()ed region. Because dlmalloc uses a small (64Kb)
762 #define dlmalloc malloc
793 void* dlmalloc(size_t);
3647 (m == gm)? dlmalloc(b) : mspace_malloc(m, b)
3651 #define internal_malloc(m, b) dlmalloc(b)
4593 void* dlmalloc(size_t bytes) {
4847 mem = dlmalloc(req);
4855 return dlmalloc(bytes);