mimalloc
mimalloc copied to clipboard
mimalloc is a compact general purpose allocator with excellent performance.
Hello! Recently, I decided to build a project with Clang using mimalloc. I opted for overriding through header files, as I believe this is the most reliable and controllable way...
LD_PRELOAD on Alpine Linux https://wiki.alpinelinux.org/wiki/Mimalloc Note that it includes per-application usage info. Hope helpful. This info on your main page may add comfort to Alpine Linux developers/users that mimalloc is...
Closes #1142
I am trying to use mimalloc in memory constrained environments, so I want to use a preallocated arena. It is similar to #1115 but it happens with mimaloc v2 (from...
Duplicate of #929 #1118, but I want to bump this issue up so it gains more attention. With `mi_option_purge_decommits=1` and `mi_option_purge_delay=0`, the current commited stat becomes negative after calling `mi_collect`....
Commit 07743454e5a04356144918e32b1e2ce8e80c1726 breaks `mimalloc-test-stress-dynamic` linking: ``` [100%] Linking C executable mimalloc-test-stress-dynamic ld: warning: test-stress.c(CMakeFiles/mimalloc-test-stress-dynamic.dir/test/test-stress.c.o:(main)): warning: rand() may return deterministic values, is that what you want? ld: error: undefined symbol: pthread_create...
chimera linux has a patch for some missing errno assigns: https://github.com/chimera-linux/cports/blob/187f77f7f29304f886648522d36f66a1a3514409/main/musl/patches/mimalloc-errno.patch that was needed to fix cases of e.g. allocating some huge amount of memory (like 1tb when host has...
Hello, I work on a game where we would like to use mimalloc because of its performance, especially in multithreaded scenarios. So far we have been using dlmalloc which is...
Overall, we have been quite happy with mimalloc except on windows with applications that use qt. There we get random crashes. The most consistent pattern is in debug builds when...
I have built a simple C project using mimalloc on my mac m1, but when I try to build it, it throw an error ``` Undefined symbols for architecture arm64:...