Daan

Results 337 comments of Daan

Ha, great that the mimalloc padding was working as intended and caught the bug :-) Bugs in "fail paths" are usually tricky to catch. Not sure how connected you are...

Yes, I am planning to add this but it is not entirely trivial to do in a performant way. Currently working on improving behavior with many threads being created/terminated and...

To clarify `mimalloc-override.dll` requires `mimalloc-redirect.dll` (and your main program should have a dependency on `mimalloc-override.dll`. When I look at `CMakeLists.txt` I see nowhere that `mimalloc-override.dll` is created -- that seems...

Thanks for the clarification; I usually use the visual studio IDE and there we do produce the `mimalloc-override.dll` . I am hesitant to change things in the cmake to avoid...

Thanks for the feedback -- I hope to push a new release soon; However, the latest `dev` and `dev-slice` should have fixed this issue, and I also updated the `bin/readme.md`...

Hi @Zeblote; thanks for your report -- I would like to see if we can improve this; It would be great if you can supply me with a test that...

Thanks. Yikes -- Windows Defender touching any committed memory would not be good for performance for large services and applications. I have no connections to that team but will ask...

Hi @Zeblote; thanks for the detailed report -- if I can find the relevant people I will forward this information.

Thanks for your detailed reports @Zeblote! Great. I hope we can make it work better out of the box without needing these aggressive settings. I made changes to `mi_collect(true)` and...

I pushed a new release today that has more aggressive settings for `mi_collect` --would be great if you could try again with `v2.0.5` and see if things improved. Thanks!