summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-08-26 14:49:56 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2021-09-08 15:06:07 -0400
commit1a8d8e0ca519b49d9e5be57e5dd5c774dbacdeca (patch)
tree9f69e6b427b691ae72b7351ea70993c470b20f51 /configure.ac
parent43f0106f81226853e0fffab7cc1b4b6699aae2c7 (diff)
downloadlighttpd-git-1a8d8e0ca519b49d9e5be57e5dd5c774dbacdeca.tar.gz
[core] periodically malloc_trim() to release mem (fixes #3084)
x-ref: "Memory fragmentation with HTTP/2 enabled" https://redmine.lighttpd.net/issues/3084
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ebd2cc8d..a7e07299 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1500,6 +1500,7 @@ AC_CHECK_FUNCS([\
localtime_r \
lstat \
madvise \
+ malloc_trim \
mallopt \
memcpy \
mempcpy \