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

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.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
537 #define HAVE_MORECORE 1 macro
576 #define HAVE_MORECORE 0 macro
599 #ifndef HAVE_MORECORE
600 #define HAVE_MORECORE 0 macro
606 #endif /* HAVE_MORECORE */
685 #ifndef HAVE_MORECORE
687 #define HAVE_MORECORE macro
689 #define HAVE_MORECORE macro
[all...]

Completed in 45 milliseconds