HomeSort by relevance Sort by last modified time
    Searched defs:HAVE_MREMAP (Results 1 - 8 of 8) sorted by null

  /art/runtime/gc/allocator/
dlmalloc.h 24 #define HAVE_MREMAP 0
  /system/core/libpixelflinger/codeflinger/
CodeCache.cpp 52 #define HAVE_MREMAP 0
  /external/valgrind/main/
config.h 166 #define HAVE_MREMAP 1
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyconfig.h 477 #define HAVE_MREMAP 1
    [all...]
  /bionic/libc/upstream-dlmalloc/
malloc.c 394 HAVE_MREMAP default: 1 on linux, else 0
645 #ifndef HAVE_MREMAP
647 #define HAVE_MREMAP 1
650 #define HAVE_MREMAP 0
652 #endif /* HAVE_MREMAP */
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c 364 HAVE_MREMAP default: 1 on linux, else 0
551 #ifndef HAVE_MREMAP
553 #define HAVE_MREMAP 1
555 #define HAVE_MREMAP 0
557 #endif /* HAVE_MREMAP */
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 653 milliseconds