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

Hi @daanx, It seems that when `minject.exe` (x64) runs (emulated) on a windows/x64 machine against a windows/arm64 binary, it causes two redirect dlls to be loaded (`mimalloc-redirect.dll` and `mimalloc-redirect-arm64.dll`, identical...

I have not found any but is there an option to conditionally disable mimalloc on startup and forward all calls to the system allocator instead? This is mainly for using...

Hi! Is this use-case supported? If I enable ASAN + MI_OVERRIDE, I seem to not be able to compile executable b.c. of such errors: ``` [1] ld.lld: error: duplicate symbol:...

We use mimalloc in [Bun](https://github.com/oven-sh/bun) and locally testing mimalloc `dev3` in several of our benchmarks yielded a positive result which is exciting, but a handful of our memory leak stress...

> It also includes a robust way to override the default allocator in Windows This is a misleading claim. There is no reality under which depending on `redirect all malloc/free...

I have a long-running multi-threaded KV program that provides get and set interfaces. The program is configured with a soft_limit memory value. When the total memory usage of the data...

Mimalloc docs say to link as the first object with an example of direct compiler invocation: > To ensure that the standard malloc interface resolves to the mimalloc library, link...

os version: Linux version 5.10.25 mimalloc version: v3.0.1 The core dump always occurs(may be very soon, or may be a long time), and the location of the core is always...

Hi, I specified the use of huge pages when using mimalloc 2.1.9, and the operating system has enough huge pages available. However, I noticed that upon program startup, 1 GB...

Is `mimalloc` in a state where I could use it as the system allocator? Haiku is looking at options to replace the current hoard2 allocator in it's `libc` equivalent (`libroot`)....