Hello,
We recently tried to bump mimalloc from 1.7.9 to 2.0.9.
However we noticed a regression in mi_malloc_aligned when size = alignment for the following values: 256, 512, 1024 (all other values down to 8 and up to 1MB are correctly handled though).
Tests done on windows using Visual Studio 2022, MI_PADDING and MI_DEBUG are not set.