]> git.ipfire.org Git - thirdparty/glibc.git/commit
malloc: Increase tcache fill count from 16 to 32 fw/malloc-batch-unsorted-basic
authorFlorian Weimer <fweimer@redhat.com>
Thu, 18 Dec 2025 09:15:38 +0000 (10:15 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 30 Jun 2026 07:07:19 +0000 (09:07 +0200)
commite51a6bf18e435ef34056c1b3e05a5277b1fe1fac
treef07f01ad4c3fbfca000af5060f94f56d345f09fd
parentb50e24aea36d4430eb12a4ffb2d2dad7c4747772
malloc: Increase tcache fill count from 16 to 32

This avoids a regression in the omnetpp and xalancbmk benchmarks
of SPEC.  Apparently, these benchmarks are very sensitive to the
fill rate in malloc.

Suggested-by: Wilco Dijkstra <wilco.dijkstra@arm.com>
Tested-by: Wilco Dijkstra <wilco.dijkstra@arm.com>
malloc/malloc.c