Home | History | Annotate | Download | only in upstream-dlmalloc

Lines Matching refs:HAVE_MORECORE

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 0
660 #define HAVE_MORECORE 1
662 #endif /* HAVE_MORECORE */
663 #if !HAVE_MORECORE
665 #else /* !HAVE_MORECORE */
670 #endif /* HAVE_MORECORE */
1628 If HAVE_MORECORE or HAVE_MMAP are false, we just define calls and
1712 #if HAVE_MORECORE
1718 #else /* HAVE_MORECORE */
1720 #endif /* HAVE_MORECORE */
4087 (disabled if not MORECORE_CONTIGUOUS or not HAVE_MORECORE or
4097 (disabled if not HAVE_MORECORE)
4175 if (HAVE_MORECORE && tbase == CMFAIL) { /* Try noncontiguous MORECORE */
4344 else if (HAVE_MORECORE) {