Daan
Daan
I took this PR and manually integrated it. Let me know if this works for you @noxybot. Thanks!
I don't think this can really work? Nowadays, one should link with the universal C runtime library which is a DLL so there is no way to statically override the...
Bit tricky... if you don't want to override malloc/free/new/delete it is best to cmake with `-DMI_OVERRIDE=OFF` . However, this means there is no override for all those. There is no...
Thanks -- and nice project! This is interesting as I believe that v3 should always use less memory than v2. Is this the latest `dev3` (as there have been a...
On Windows with dynamic override (using `mimalloc-redirect.dll`), you can set the environment variable `MIMALLOC_DISABLE_REDIRECT=1` to disable dynamic redirection. (see the `bin/readme.md` for this) Hope this helps!
Ah - that is a bit tricky. When we build `minject`, we use the Windows headers that contain the structures inside a PE file (and thus the correct offsets etc....
I pushed an update to `dev3` that has a new `minject` (v1.4) which takes the target architecture into account -- so on the arm64 exe it should use the arm64...
ah, I feel this adds a lot of complexity (new file, new options etc) for quite a narrow use case. Maybe it is enough to rename the `gcc-4.8.5-atomic.h` file to...
It seems the current required minimum is 3.18 -- that should work right?
Hi all, really appreciate the feedback! and I agree, a "grand total" statistics would be good to have. I didn't appreciate before how useful this can be and focused the...