Home
last modified time | relevance | path

Searched refs:internal_malloc (Results 1 – 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
DSDL_malloc.c3138 #define internal_malloc(m, b) mspace_malloc(m, b) macro
3142 #define internal_malloc(m, b)\ macro
3147 #define internal_malloc(m, b) dlmalloc(b) macro
3839 void* newmem = internal_malloc(m, bytes); in internal_realloc()
3855 return internal_malloc(m, bytes); in internal_memalign()
3872 char* mem = (char*)internal_malloc(m, req); in internal_memalign()
3976 return (void**)internal_malloc(m, 0); in ialloc()
4002 mem = internal_malloc(m, size - CHUNK_OVERHEAD); in ialloc()
4715 mem = internal_malloc(ms, req); in mspace_calloc()