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

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c3861 #define internal_malloc(m, b) mspace_malloc(m, b) macro
3865 #define internal_malloc(m, b)\ macro
3870 #define internal_malloc(m, b) dlmalloc(b) macro
4967 mem = internal_malloc(m, req);
5060 return (void**)internal_malloc(m, 0);
5086 mem = internal_malloc(m, size - CHUNK_OVERHEAD);
5278 mem = internal_malloc(m, bytes);
5789 mem = internal_malloc(ms, req);

Completed in 89 milliseconds