diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-02-04 15:20:26 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-02-04 15:20:26 (GMT) |
commit | d16e01cf75a2663c74c2e36beda6397546a8ae52 (patch) | |
tree | 69af6042cd9ccf86e994c150618ba01664afbf98 /configure | |
parent | 90ecc00183b96ecee79def9e0763bee792b59659 (diff) | |
download | cpython-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |