Lines Matching refs:HAVE_MORECORE
288 HAVE_MORECORE default: 1 (true) unless win32 or ONLY_MSPACES
320 HAVE_MORECORE is not true, MMAP is used for all system
321 allocation. If set and HAVE_MORECORE is true as well, MMAP is
450 #define HAVE_MORECORE 0
464 #ifndef HAVE_MORECORE
465 #define HAVE_MORECORE 0
467 #endif /* HAVE_MORECORE */
524 #ifndef HAVE_MORECORE
526 #define HAVE_MORECORE 0
528 #define HAVE_MORECORE 1
530 #endif /* HAVE_MORECORE */
531 #if !HAVE_MORECORE
533 #else /* !HAVE_MORECORE */
540 #endif /* HAVE_MORECORE */
1183 #if HAVE_MORECORE
1270 If HAVE_MORECORE or HAVE_MMAP are false, we just define calls and
1359 #if HAVE_MORECORE
1361 #else /* HAVE_MORECORE */
1363 #endif /* HAVE_MORECORE */
1379 * If HAVE_MORECORE, morecore_mutex protects sequences of calls to
1398 #if HAVE_MORECORE
1400 #endif /* HAVE_MORECORE */
1431 #if HAVE_MORECORE
1433 #endif /* HAVE_MORECORE */
1443 #if USE_LOCKS && HAVE_MORECORE
1446 #else /* USE_LOCKS && HAVE_MORECORE */
1449 #endif /* USE_LOCKS && HAVE_MORECORE */
1896 /* The removal of sflags only works with HAVE_MORECORE == 0. */
3377 (disabled if not MORECORE_CONTIGUOUS or not HAVE_MORECORE or
3387 (disabled if not HAVE_MORECORE)
3462 if (HAVE_MORECORE && tbase == CMFAIL) { /* Try noncontiguous MORECORE */
3618 else if (HAVE_MORECORE) {