We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 076f815 commit 5a5e4e3Copy full SHA for 5a5e4e3
readme.md
@@ -18,7 +18,7 @@ Latest stable tag: `v1.7.2` (2021-06-17).
18
mimalloc is a drop-in replacement for `malloc` and can be used in other programs
19
without code changes, for example, on dynamically linked ELF-based systems (Linux, BSD, etc.) you can use it as:
20
```
21
-> LD_PRELOAD=/usr/bin/libmimalloc.so myprogram
+> LD_PRELOAD=/usr/lib/libmimalloc.so myprogram
22
23
It also has an easy way to override the default allocator in [Windows](#override_on_windows). Notable aspects of the design include:
24
0 commit comments