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

/external/libffi/src/
H A Ddlmalloc.c3659 static void* tmalloc_large(mstate m, size_t nb) { function
4145 if (gm->treemap != 0 && (mem = tmalloc_large(gm, nb)) != 0) {
4552 if (ms->treemap != 0 && (mem = tmalloc_large(ms, nb)) != 0) {
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
H A DSDL_malloc.c3669 static void* tmalloc_large(mstate m, size_t nb) { function
4155 if (gm->treemap != 0 && (mem = tmalloc_large(gm, nb)) != 0) {
4562 if (ms->treemap != 0 && (mem = tmalloc_large(ms, nb)) != 0) {

Completed in 55 milliseconds