[PATCH v4] benchtest: malloc tcache hotpath benchtest.

Cupertino Miranda cupertino.miranda@oracle.com
Tue May 13 19:15:22 GMT 2025


Hi Wilco,

>> +  TIMING_NOW (start);
>> +  *iters = malloc_benchmark_loop (elem);
>> +  TIMING_NOW (stop);
>>
>> This gives a use after free compilation error...
> Oups, using older compiler here.
I updated to GCC 15.1 and I don't seem to be able to reproduce the error 
you mentioned.

How did you get it?

Cheers,
Cupertino


More information about the Libc-alpha mailing list