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

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c3742 static void* tmalloc_small(mstate m, size_t nb) { function
4145 else if (gm->treemap != 0 && (mem = tmalloc_small(gm, nb)) != 0) {
4552 else if (ms->treemap != 0 && (mem = tmalloc_small(ms, nb)) != 0) {

Completed in 1271 milliseconds