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

/external/dlmalloc/
H A Dmalloc.c4529 static void* tmalloc_small(mstate m, size_t nb) { function
4646 else if (gm->treemap != 0 && (mem = tmalloc_small(gm, nb)) != 0) {
5594 else if (ms->treemap != 0 && (mem = tmalloc_small(ms, nb)) != 0) {

Completed in 223 milliseconds