Searched refs:tmalloc_large (Results 1 – 3 of 3) sorted by relevance
3726 static void* tmalloc_large(mstate m, size_t nb) { in tmalloc_large() function4212 if (gm->treemap != 0 && (mem = tmalloc_large(gm, nb)) != 0) { in dlmalloc()4619 if (ms->treemap != 0 && (mem = tmalloc_large(ms, nb)) != 0) { in mspace_malloc()
3721 static void* tmalloc_large(mstate m, size_t nb) { in tmalloc_large() function4207 if (gm->treemap != 0 && (mem = tmalloc_large(gm, nb)) != 0) { in dlmalloc()4614 if (ms->treemap != 0 && (mem = tmalloc_large(ms, nb)) != 0) { in mspace_malloc()
4458 static void* tmalloc_large(mstate m, size_t nb) { in tmalloc_large() function4656 if (gm->treemap != 0 && (mem = tmalloc_large(gm, nb)) != 0) { in dlmalloc()5604 if (ms->treemap != 0 && (mem = tmalloc_large(ms, nb)) != 0) { in mspace_malloc()