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

/external/libffi/src/
H A Ddlmalloc.c3126 #define internal_malloc(m, b) mspace_malloc(m, b) macro
3130 #define internal_malloc(m, b)\ macro
3135 #define internal_malloc(m, b) dlmalloc(b) macro
3829 void* newmem = internal_malloc(m, bytes);
3845 return internal_malloc(m, bytes);
3862 char* mem = (char*)internal_malloc(m, req);
3966 return (void**)internal_malloc(m, 0);
3992 mem = internal_malloc(m, size - CHUNK_OVERHEAD);
4705 mem = internal_malloc(ms, req);
/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 114 milliseconds