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

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c3940 static void** ialloc(mstate m, function
4348 return ialloc(gm, n_elements, &sz, 3, chunks);
4353 return ialloc(gm, n_elements, sizes, 0, chunks);
4762 return ialloc(ms, n_elements, &sz, 3, chunks);
4772 return ialloc(ms, n_elements, sizes, 0, chunks);

Completed in 51 milliseconds