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

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c4565 static void* tmalloc_small(mstate m, size_t nb) { function
4682 else if (gm->treemap != 0 && (mem = tmalloc_small(gm, nb)) != 0) {
5616 else if (ms->treemap != 0 && (mem = tmalloc_small(ms, nb)) != 0) {

Completed in 38 milliseconds