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

/external/libffi/src/
H A Ddlmalloc.c1380 MORECORE. In many cases sys_alloc requires two calls, that should
1837 sys_alloc.) When allocating using MMAP, we don't use any of the
3359 static void* sys_alloc(mstate m, size_t nb) { function
4183 mem = sys_alloc(gm, nb);
4590 mem = sys_alloc(ms, nb);
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
H A DSDL_malloc.c1426 MORECORE. In many cases sys_alloc requires two calls, that should
1883 sys_alloc.) When allocating using MMAP, we don't use any of the
3371 static void* sys_alloc(mstate m, size_t nb) { function
4193 mem = sys_alloc(gm, nb);
4600 mem = sys_alloc(ms, nb);

Completed in 57 milliseconds