Eduard Voronkin

Results 13 issues of Eduard Voronkin

Hi! Is this use-case supported? If I enable ASAN + MI_OVERRIDE, I seem to not be able to compile executable b.c. of such errors: ``` [1] ld.lld: error: duplicate symbol:...

apparently, even if MI_USE_CXX is OFF, mimalloc still provides mangled definitions of new/delete operators. It causes inability to statically link mimaloc in our scenario, since we want to have our...

Hi Daan! Thanks for quickly addressing the issue with touching uncommitted memory, it greatly helped! However, I'm still observing very rare crash in mimalloc with the same symptoms: mimalloc tried...