HomeSort by relevance Sort by last modified time
    Searched refs:dlmalloc (Results 1 - 11 of 11) sorted by null

  /bionic/libc/bionic/
dlmalloc.h 40 #define dlmalloc malloc macro
82 void* dlmalloc(size_t);
188 This function is only available if dlmalloc.c was compiled
204 This function is only available if dlmalloc.c was compiled
601 This function is only available if dlmalloc.c was compiled
612 This function is only available if dlmalloc.c was compiled
malloc_debug_common.c 46 #include "dlmalloc.h"
135 void** list = (void**)dlmalloc(sizeof(void*) * gHashTable.count);
157 *info = (uint8_t*)dlmalloc(*overallSize);
214 dlmalloc, dlfree, dlcalloc, dlrealloc, dlmemalign
257 dlmalloc, dlfree, dlcalloc, dlrealloc, dlmemalign
285 * used in dlmalloc. Emulator's memchecker needs this value to properly
malloc_debug_leak.c 49 #include "dlmalloc.h"
151 entry = (HashEntry*)dlmalloc(sizeof(HashEntry) + numEntries*sizeof(intptr_t));
375 char* buffer = (char*)dlmalloc(bytes + CHK_OVERHEAD_SIZE);
456 void* buffer = dlmalloc(bytes);
508 void* base = dlmalloc(bytes + sizeof(AllocationEntry));
malloc_debug_qemu.c 53 #include "dlmalloc.h"
351 /* Memory allocation alignment that is used in dlmalloc.
713 /* Initialize block descriptor and allocate memory. Note that dlmalloc
718 desc.ptr = dlmalloc(mallocdesc_alloc_size(&desc));
720 error_log("<libc_pid=%03u, pid=%03u> malloc(%u): dlmalloc(%u) failed.",
    [all...]
dlmalloc.c 29 This is a version (aka dlmalloc) of malloc/free/realloc written by
677 #define dlmalloc malloc macro
719 void* dlmalloc(size_t);
4197 void* dlmalloc(size_t bytes) { function
    [all...]
  /external/libffi/src/
closures.c 154 /* 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)
dlmalloc.c 2 This is a version (aka dlmalloc) of malloc/free/realloc written by
644 #define dlmalloc malloc macro
675 void* dlmalloc(size_t);
4061 void* dlmalloc(size_t bytes) { function
    [all...]
  /external/libffi/
Makefile.am 32 src/frv/ffi.c src/frv/eabi.S src/frv/ffitarget.h src/dlmalloc.c \
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c 38 This is a version (aka dlmalloc) of malloc/free/realloc written by
688 #define dlmalloc malloc macro
719 void* dlmalloc(size_t);
4071 void* dlmalloc(size_t bytes) { function
    [all...]
  /bionic/libc/
Android.mk 633 bionic/dlmalloc.c \
658 bionic/dlmalloc.c \
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 677 milliseconds