mimalloc icon indicating copy to clipboard operation
mimalloc copied to clipboard

mimalloc is a compact general purpose allocator with excellent performance.

Results 266 mimalloc issues
Sort by recently updated
recently updated
newest added

The crash occurs in `mi_free` when freeing a 10 KB memory allocation (which was created on the same thread, using the default heap for that thread). It occurs without ASAN...

Hello, Would it be possible to build a custom version of the redirection DLL to be used on Xbox? Right now we are hitting this issue on startup: ``` 014c:0150...

Hi! Thanks for the cool allocator! I have a small question... I'm noticing a regression when trying to update mimalloc from 2.1.2 to 2.2.2. In particular, 2.2.2 seems to crash...

[vDSO](https://man7.org/linux/man-pages/man7/vdso.7.html) (virtual dynamic shared object) is exported by Linux kernel into every userspace program, designed to speed up this process for certain system calls. For Linux/x86_64, getcpu() can be called...

An implementation of exposing the thread local statistics for heaps. Not sure if project maintainers are open to this, but thought I give it a go. Also not 100% the...

Hello! Would it be possible to provide something like a static-override.c along with mimalloc? Other allocators have such implementation which allows to easily integrate mimalloc into a codebase & compile...

I use mimalloc on the arm64 platform. When I use kill -11 to make the process generate a coredump file, the size of this coredump file is more than double...

This program: ``` $ cat ex.cpp #include #include std::string s = "xxx"; int main() { std::cout