aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/include/gc_config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'boehm-gc/include/gc_config.h.in')
-rw-r--r--boehm-gc/include/gc_config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/boehm-gc/include/gc_config.h.in b/boehm-gc/include/gc_config.h.in
index 60ffb9741b6..92f1b2cf460 100644
--- a/boehm-gc/include/gc_config.h.in
+++ b/boehm-gc/include/gc_config.h.in
@@ -145,6 +145,9 @@
/* define GC_local_malloc() & GC_local_malloc_atomic() */
#undef THREAD_LOCAL_ALLOC
+/* use MMAP instead of sbrk to get new memory */
+#undef USE_MMAP
+
/* POSIX version of C Source */
#undef _POSIX_C_SOURCE