Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c3726 static void* tmalloc_large(mstate m, size_t nb) { in tmalloc_large() function
4212 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()
/external/libffi/src/
Ddlmalloc.c3721 static void* tmalloc_large(mstate m, size_t nb) { in tmalloc_large() function
4207 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()
/external/dlmalloc/
Dmalloc.c4458 static void* tmalloc_large(mstate m, size_t nb) { in tmalloc_large() function
4656 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()