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

  /bionic/libc/bionic/
dlmalloc.h 23 /* Configure dlmalloc. */
38 /* dlmalloc_usable_size and dlmalloc were exposed in the NDK and some
44 #define dlmalloc dlmalloc_real macro
54 #include "../upstream-dlmalloc/malloc.h"
ndk_cruft.cpp 317 // export dlmalloc_usable_size. We are moving away from dlmalloc in L
323 // Older versions of appportable used dlmalloc directly instead of malloc,
325 extern "C" void* dlmalloc(size_t size) { function
  /device/samsung/manta/
BoardConfig.mk 99 MALLOC_IMPL := dlmalloc
  /bionic/libc/upstream-dlmalloc/
malloc.h 54 #define dlmalloc malloc macro
114 void* dlmalloc(size_t);
malloc.c 2 This is a version (aka dlmalloc) of malloc/free/realloc written by
232 one VirtualAlloc()ed region. Because dlmalloc uses a small (64Kb)
818 #define dlmalloc macro
4568 void* dlmalloc(size_t bytes) { function
    [all...]
  /device/htc/flounder/
BoardConfig.mk 148 MALLOC_IMPL := dlmalloc
  /device/lge/mako/
BoardConfig.mk 146 MALLOC_IMPL := dlmalloc
  /device/asus/grouper/
BoardConfig.mk 43 MALLOC_IMPL := dlmalloc
  /device/asus/tilapia/
BoardConfig.mk 45 MALLOC_IMPL := dlmalloc
  /device/asus/fugu/
BoardConfig.mk 39 # Use dlmalloc
40 MALLOC_IMPL := dlmalloc
  /bionic/tests/
Android.mk 45 ifeq ($(MALLOC_IMPL),dlmalloc)
124 ifeq ($(MALLOC_IMPL),dlmalloc)
  /art/runtime/
Android.mk 47 gc/allocator/dlmalloc.cc \
324 ifeq ($(MALLOC_IMPL),dlmalloc)
  /bionic/libc/
Android.mk 522 ifeq ($(MALLOC_IMPL),dlmalloc)
524 libc_malloc_src := bionic/dlmalloc.c
531 # To customize dlmalloc's alignment, set BOARD_MALLOC_ALIGNMENT in
921 ifneq ($(MALLOC_IMPL),dlmalloc)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/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...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 818 milliseconds