Home
last modified time | relevance | path

Searched refs:tmalloc_large (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c3692 static void* tmalloc_large(mstate m, size_t nb) { in tmalloc_large() function
4178 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()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c4291 static void* tmalloc_large(mstate m, size_t nb) { in tmalloc_large() function
4783 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()