Searched refs:tmalloc_large (Results 1 – 2 of 2) sorted by relevance
3692 static void* tmalloc_large(mstate m, size_t nb) { in tmalloc_large() function4178 if (gm->treemap != 0 && (mem = tmalloc_large(gm, nb)) != 0) { in dlmalloc()4589 if (ms->treemap != 0 && (mem = tmalloc_large(ms, nb)) != 0) { in mspace_malloc()
4291 static void* tmalloc_large(mstate m, size_t nb) { in tmalloc_large() function4783 if (gm->treemap != 0 && (mem = tmalloc_large(gm, nb)) != 0) { in dlmalloc()5219 if (ms->treemap != 0 && (mem = tmalloc_large(ms, nb)) != 0) { in mstar_mspace_malloc()