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

  /art/runtime/gc/allocator/
dlmalloc.h 27 #define HAVE_MORECORE 1
  /system/core/libpixelflinger/codeflinger/
CodeCache.cpp 51 #define HAVE_MORECORE 0
  /external/dlmalloc/
malloc.c 350 HAVE_MORECORE default: 1 (true) unless win32 or ONLY_MSPACES
364 MORECORE_CONTIGUOUS default: 1 (true) if HAVE_MORECORE
386 HAVE_MORECORE is not true, MMAP is used for all system
387 allocation. If set and HAVE_MORECORE is true as well, MMAP is
547 #define HAVE_MORECORE 0
570 #ifndef HAVE_MORECORE
571 #define HAVE_MORECORE 0
577 #endif /* HAVE_MORECORE */
656 #ifndef HAVE_MORECORE
658 #define HAVE_MORECORE
    [all...]

Completed in 187 milliseconds