[PATCH v4 1/7] malloc: missing initialization of tcache in _mid_memalign
Cupertino Miranda
cupertino.miranda@oracle.com
Fri Mar 21 14:57:41 GMT 2025
I will resend as v6. It is preferable to avoid any confusions.
Apologies for the mistake.
On 21-03-2025 14:50, Cupertino Miranda wrote:
> Oh, your right I format-patch the last 7 patches. It should have been 8.
> Should I resend as v5? I hate to have to make a v6, out of this mistake. :)
>
> Thanks,
> Cupertino
>
> On 21-03-2025 13:01, Wilco Dijkstra wrote:
>> 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