Noah Goldstein <goldstein.w.n@gmail.com> writes: >> The old code was terrible wrt memory usage. > > How is the perf compared to malloc? The old code *always* used at least 2X the memory as unaligned malloc, and never reused free'd chunks, even if they were originally alloc'd with a memalign.