From 6c93af6b458031ebba5484bdc0029ad92720d51d Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 4 Aug 2022 10:24:47 +0200 Subject: malloc: Correct the documentation of the top_pad default DEFAULT_TOP_PAD is defined as 131072 in sysdeps/generic/malloc-machine.h. --- manual/tunables.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual') diff --git a/manual/tunables.texi b/manual/tunables.texi index 83cdcdac6d..ffd50a3fe2 100644 --- a/manual/tunables.texi +++ b/manual/tunables.texi @@ -143,7 +143,7 @@ number of bytes to retain when shrinking any of the arenas. This provides the necessary hysteresis in heap size such that excessive amounts of system calls can be avoided. -The default value of this tunable is @samp{0}. +The default value of this tunable is @samp{131072} (128 KB). @end deftp @deftp Tunable glibc.malloc.perturb -- cgit 1.4.1