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

/external/eigen/unsupported/test/mpreal/
H A Ddlmalloc.c4260 static void* tmalloc_small(mstate m, size_t nb) { function
4671 else if (gm->treemap != 0 && (mem = tmalloc_small(gm, nb)) != 0) {
5106 else if (ms->treemap != 0 && (mem = tmalloc_small(ms, nb)) != 0) {
/external/libffi/src/
H A Ddlmalloc.c3732 static void* tmalloc_small(mstate m, size_t nb) { function
4135 else if (gm->treemap != 0 && (mem = tmalloc_small(gm, nb)) != 0) {
4542 else if (ms->treemap != 0 && (mem = tmalloc_small(ms, nb)) != 0) {
/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 202 milliseconds