Lines Matching full:tmalloc_small
4260 static void* tmalloc_small(mstate m, size_t nb) { 4671 else if (gm->treemap != 0 && (mem = tmalloc_small(gm, nb)) != 0) { 5106 else if (ms->treemap != 0 && (mem = tmalloc_small(ms, nb)) != 0) {