Daan

Results 337 comments of Daan

Ah, I think I know what this is, the same as issue #1016 -- I am guessing this with v3 is on a cpu that does not support BMI1 (celeron?)....

I pushed an update to have `-DMI_OPT_ARCH=OFF` by default as the perf improvement is minimal -- better to have it not crashing unexpectedly :-). Btw. what cpu where you running...

Hi, apologies for the late reply. I think this is about overriding `malloc` on Windows? In that case, we unfortunately cannot override the standard `malloc` by just linking with a...

Can you try with the latest `dev2` /`dev3` ? I think it should work now :-)

Ah, those must be dependencies outside of `mimalloc-redirect.dll` since it does not use any of the above functions. (you can use `dumpbin` to see the import table). `mimalloc.dll` uses of...

Ah, I am not sure if this can work as I am not familiar enough with the xbox API's. Feel free to send me an email and we can discuss...

This is difficult to say without more info.. Is this on Linux or a BSD? The default virtual reserve is 128MiB on 32-bit -- you could try to set it...

Ah I see. Let me know how it goes! (if it still fails more, I can try to backport the virtual reserve fallback from v3 and see if it improves).

Hi @nexan-pro -- thanks for the test. However, the test has various issues. For example the allocation size is `100000000000` (100 GiB) which means is is allocated by either allocator...

Ah, that is not great -- I'll look into it. However, in the past months there has been a lot of development on mimalloc v3 (the `dev3` branch) which is...