summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-02-04 15:20:26 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-02-04 15:20:26 (GMT)
commitd16e01cf75a2663c74c2e36beda6397546a8ae52 (patch)
tree69af6042cd9ccf86e994c150618ba01664afbf98 /pyconfig.h.in
parent90ecc00183b96ecee79def9e0763bee792b59659 (diff)
downloadcpython-d16e01cf75a2663c74c2e36beda6397546a8ae52.zip
cpython-d16e01cf75a2663c74c2e36beda6397546a8ae52.tar.gz
cpython-d16e01cf75a2663c74c2e36beda6397546a8ae52.tar.bz2
mmap obmalloc arenas so that they may be immediately returned to the system when unused (closes #20494)
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 8ac017e..d6d479a 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -475,6 +475,9 @@
/* Define to 1 if you have the `mktime' function. */
#undef HAVE_MKTIME
+/* Define to 1 if you have the `mmap' function. */
+#undef HAVE_MMAP
+
/* Define to 1 if you have the `mremap' function. */
#undef HAVE_MREMAP