Searched refs:dlmalloc (Results 1 - 3 of 3) sorted by relevance

/barrelfish-2018-10-04/include/dmalloc/
H A Ddmalloc.h53 void* dlmalloc(size_t);
/barrelfish-2018-10-04/usr/bcached/
H A Dmain.c285 alt_malloc = &dlmalloc;
/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c2 This is a version (aka dlmalloc) of malloc/free/realloc written by
232 one VirtualAlloc()ed region. Because dlmalloc uses a small (64Kb)
847 #define dlmalloc malloc macro
883 DLMALLOC_EXPORT void* dlmalloc(size_t);
3866 ((m == gm)? dlmalloc(b) : mspace_malloc(m, b))
3870 #define internal_malloc(m, b) dlmalloc(b)
4604 void* dlmalloc(size_t bytes) { function
4860 mem = dlmalloc(req);
5248 mem = dlmalloc(bytes);
5323 return dlmalloc(byte
[all...]

Completed in 150 milliseconds