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

/external/libffi/src/
H A Dclosures.c154 /* Declare all functions defined in dlmalloc.c as static. */
155 static void *dlmalloc(size_t);
171 /* Use these for mmap and munmap within dlmalloc.c. */
178 #include "dlmalloc.c"
503 ptr = dlmalloc (size);
539 #define GET(idx, len) do { p[idx] = dlmalloc (len); printf ("allocated %zi for p[%i]\n", (len), (idx)); } while (0)
H A Ddlmalloc.c2 This is a version (aka dlmalloc) of malloc/free/realloc written by
644 #define dlmalloc malloc macro
675 void* dlmalloc(size_t);
3131 (m == gm)? dlmalloc(b) : mspace_malloc(m, b)
3135 #define internal_malloc(m, b) dlmalloc(b)
4061 void* dlmalloc(size_t bytes) { function
4302 mem = dlmalloc(req);
4310 return dlmalloc(bytes);
/external/libffi/
H A DMakefile.am32 src/frv/ffi.c src/frv/eabi.S src/frv/ffitarget.h src/dlmalloc.c \
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
H A DSDL_malloc.c38 This is a version (aka dlmalloc) of malloc/free/realloc written by
688 #define dlmalloc malloc macro
719 void* dlmalloc(size_t);
3143 (m == gm)? dlmalloc(b) : mspace_malloc(m, b)
3147 #define internal_malloc(m, b) dlmalloc(b)
4071 void* dlmalloc(size_t bytes) { function
4312 mem = dlmalloc(req);
4320 return dlmalloc(bytes);

Completed in 101 milliseconds