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

/external/dlmalloc/
H A Dmalloc.c350 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 macro
570 #ifndef HAVE_MORECORE
571 #define HAVE_MORECORE 0 macro
577 #endif /* HAVE_MORECORE */
656 #ifndef HAVE_MORECORE
658 #define HAVE_MORECORE macro
660 #define HAVE_MORECORE macro
[all...]

Completed in 69 milliseconds