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