summaryrefslogtreecommitdiffstats
path: root/configure
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 /configure
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 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f865054..4bceec6 100755
--- a/configure
+++ b/configure
@@ -10164,7 +10164,7 @@ for ac_func in alarm setitimer getitimer bind_textdomain_codeset chown \
clock confstr ctermid execv fchmod fchown fork fpathconf ftime ftruncate \
gai_strerror getgroups getlogin getloadavg getpeername getpgid getpid \
getpriority getresuid getresgid getpwent getspnam getspent getsid getwd \
- initgroups kill killpg lchmod lchown lstat mkfifo mknod mktime \
+ initgroups kill killpg lchmod lchown lstat mkfifo mknod mktime mmap \
mremap nice pathconf pause plock poll pthread_init \
putenv readlink realpath \
select sem_open sem_timedwait sem_getvalue sem_unlink setegid seteuid \