diff options
author | Wilco Dijkstra <wilco.dijkstra@arm.com> | 2025-07-17 14:31:06 +0000 |
---|---|---|
committer | Wilco Dijkstra <wilco.dijkstra@arm.com> | 2025-08-02 14:16:24 +0000 |
commit | ad4caba4146583fc543cd434221dec7113c03e09 (patch) | |
tree | a2e96101c23d717fd5e80d2c951d6422d4ea061b /sysdeps/unix/sysv/linux | |
parent | 7107bebf19286f42dcb0a97581137a5893c16206 (diff) | |
download | glibc-ad4caba4146583fc543cd434221dec7113c03e09.zip glibc-ad4caba4146583fc543cd434221dec7113c03e09.tar.gz glibc-ad4caba4146583fc543cd434221dec7113c03e09.tar.bz2 |
malloc: Fix MAX_TCACHE_SMALL_SIZE
MAX_TCACHE_SMALL_SIZE should use chunk size since it is used after
checked_request2size. Increase limit of tcache_max_bytes by 1 since all
comparisons use '<'. As a result, the last tcache entry is now used as
expected.
Reviewed-by: DJ Delorie <dj@redhat.com>
Diffstat (limited to 'sysdeps/unix/sysv/linux')
0 files changed, 0 insertions, 0 deletions