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