On Tue, 4 Jul 2023, RVP wrote:
So, we should: a) collapse the newly added functions back into a single file.
Ah, looks like this patch will need a free_aligned_sized() to free the aligned memory. Regular free(), realloc() won't work here (as-is). -RVP