Daan
Daan
Turns out to be hard to really fix the warning in `mi_usable_size` but I made a linux specific check to suppress the warning in the latest `dev-slice`.
Very nice that you have a riscV machine -- I'm jealous :-). Usually, aligned allocation should succeed -- what OS are you using? Is it 64-bit? (if you look at...
Hmm, that is strange; I see now that (in `src\prim\unix\prim.c` that the extra messages are trace messages, can you rerun with `MIMALLOC_VERBOSE=2` (or 3?) and see if there is an...
I agree; I'll look into making it easier to get a link command. Running with `-v3` actually shows the full c-compiler link command. However, in your case, would it work...
Ah interesting -- I wonder if this is due to the non-standard page size? Is there maybe a setting in the Linux environment wrong that limits commit size to less...
Thanks! I'll push a fix soon
Looking into this. I can repro the second example -- it looks it has to do with zone initialization as it works when using a dynamic library to override and...
Ah, apologies -- I closed it as it works with the object file when linking statically (as above), and it also works with dynamic linking -- only statically linking with...
My guess is that `mimalloc-override.dll` is not loaded early enough and that the CRT allocates some locale structure using the standard allocator before mimalloc is redirected. Later on, it is...
Thanks -- I'll try to repro and see.