]> git.ipfire.org Git - thirdparty/glibc.git/commit
malloc: Inline tcache_free
authorWilco Dijkstra <wilco.dijkstra@arm.com>
Mon, 31 Mar 2025 11:51:44 +0000 (11:51 +0000)
committerWilco Dijkstra <wilco.dijkstra@arm.com>
Tue, 15 Apr 2025 11:14:58 +0000 (11:14 +0000)
commit393b1a6e50883e451b31dd4f3fec73e167d14ab4
tree3b4d12a57917906540ede6d2544dc4aee8e75fb9
parent9b0c8ced9c71a86f68d3e29693979dad6da3b79d
malloc: Inline tcache_free

Inline tcache_free since it's only used by __libc_free.  Add __glibc_likely
for the tcache checks.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
malloc/malloc.c