Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c3799 static void* tmalloc_small(mstate m, size_t nb) { in tmalloc_small() function
4202 else if (gm->treemap != 0 && (mem = tmalloc_small(gm, nb)) != 0) { in dlmalloc()
4609 else if (ms->treemap != 0 && (mem = tmalloc_small(ms, nb)) != 0) { in mspace_malloc()
/external/libffi/src/
Ddlmalloc.c3794 static void* tmalloc_small(mstate m, size_t nb) { in tmalloc_small() function
4197 else if (gm->treemap != 0 && (mem = tmalloc_small(gm, nb)) != 0) { in dlmalloc()
4604 else if (ms->treemap != 0 && (mem = tmalloc_small(ms, nb)) != 0) { in mspace_malloc()
/external/dlmalloc/
Dmalloc.c4529 static void* tmalloc_small(mstate m, size_t nb) { in tmalloc_small() function
4646 else if (gm->treemap != 0 && (mem = tmalloc_small(gm, nb)) != 0) { in dlmalloc()
5594 else if (ms->treemap != 0 && (mem = tmalloc_small(ms, nb)) != 0) { in mspace_malloc()