]> git.ipfire.org Git - thirdparty/glibc.git/commit
Small tcache improvements
authorWilco Dijkstra <wdijkstr@arm.com>
Fri, 17 May 2019 17:16:20 +0000 (18:16 +0100)
committerWilco Dijkstra <wdijkstr@arm.com>
Fri, 17 May 2019 17:16:20 +0000 (18:16 +0100)
commit1f50f2ad854c84ead522bfc7331b46dbe6057d53
treea350b22461a9b819877711cf88a53f0191b388b5
parentfef7c63cd5a5a3150dc9465687359351afab5010
Small tcache improvements

Change the tcache->counts[] entries to uint16_t - this removes
the limit set by char and allows a larger tcache.  Remove a few
redundant asserts.

bench-malloc-thread with 4 threads is ~15% faster on Cortex-A72.

Reviewed-by: DJ Delorie <dj@redhat.com>
* malloc/malloc.c (MAX_TCACHE_COUNT): Increase to UINT16_MAX.
(tcache_put): Remove redundant assert.
(tcache_get): Remove redundant asserts.
(__libc_malloc): Check tcache count is not zero.
* manual/tunables.texi (glibc.malloc.tcache_count): Update maximum.
ChangeLog
malloc/malloc.c
manual/tunables.texi