[PATCH v4 1/7] malloc: missing initialization of tcache in _mid_memalign
Wilco Dijkstra
Wilco.Dijkstra@arm.com
Fri Mar 21 13:01:26 GMT 2025
Hi Cupertino,
What happened with this one? I don't see it in v5 or on trunk...
It was approved already by DJ - do you have commit rights?
Cheers,
Wilco
}
size_t tc_idx = csize2tidx (tbytes);
+ MAYBE_INIT_TCACHE ();
+
if (tcache_available (tc_idx))
{
/* The tcache itself isn't encoded, but the chain is. */
--
2.39.5
More information about the Libc-alpha
mailing list