about summary refs log tree commit diff
path: root/elf/tst-rtld-list-tunables.exp
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2022-08-04 10:24:47 +0200
committerFlorian Weimer <fweimer@redhat.com>2022-08-04 17:20:48 +0200
commit6c93af6b458031ebba5484bdc0029ad92720d51d (patch)
tree320c2c5493a373d81a6bd0525c3a23bd874db771 /elf/tst-rtld-list-tunables.exp
parent3698f5a9dd4b98b3d88f61fceae8b6bb39c7db2b (diff)
downloadglibc-6c93af6b458031ebba5484bdc0029ad92720d51d.tar.gz
glibc-6c93af6b458031ebba5484bdc0029ad92720d51d.tar.xz
glibc-6c93af6b458031ebba5484bdc0029ad92720d51d.zip
malloc: Correct the documentation of the top_pad default
DEFAULT_TOP_PAD is defined as 131072 in
sysdeps/generic/malloc-machine.h.
Diffstat (limited to 'elf/tst-rtld-list-tunables.exp')
-rw-r--r--elf/tst-rtld-list-tunables.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/tst-rtld-list-tunables.exp b/elf/tst-rtld-list-tunables.exp
index cdfdb56a94..2233ea9c7c 100644
--- a/elf/tst-rtld-list-tunables.exp
+++ b/elf/tst-rtld-list-tunables.exp
@@ -9,7 +9,7 @@ glibc.malloc.perturb: 0 (min: 0, max: 255)
 glibc.malloc.tcache_count: 0x0 (min: 0x0, max: 0x[f]+)
 glibc.malloc.tcache_max: 0x0 (min: 0x0, max: 0x[f]+)
 glibc.malloc.tcache_unsorted_limit: 0x0 (min: 0x0, max: 0x[f]+)
-glibc.malloc.top_pad: 0x0 (min: 0x0, max: 0x[f]+)
+glibc.malloc.top_pad: 0x20000 (min: 0x0, max: 0x[f]+)
 glibc.malloc.trim_threshold: 0x0 (min: 0x0, max: 0x[f]+)
 glibc.rtld.dynamic_sort: 2 (min: 1, max: 2)
 glibc.rtld.nns: 0x4 (min: 0x1, max: 0x10)