Searched defs:internal_malloc (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A 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);
3855 return internal_malloc(m, bytes);
3872 char* mem = (char*)internal_malloc(m, req);
3976 return (void**)internal_malloc(m, 0);
4002 mem = internal_malloc(m, size - CHUNK_OVERHEAD);
4715 mem = internal_malloc(ms, req);

Completed in 77 milliseconds