Merge pull request #484 from sblondon/patch-1

Fix preload path in documentation example
This commit is contained in:
Daan 2021-11-14 14:48:08 -08:00 committed by GitHub
commit c235c3cccb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ Latest stable tag: `v1.7.2` (2021-06-17).
mimalloc is a drop-in replacement for `malloc` and can be used in other programs
without code changes, for example, on dynamically linked ELF-based systems (Linux, BSD, etc.) you can use it as:
```
> LD_PRELOAD=/usr/bin/libmimalloc.so myprogram
> LD_PRELOAD=/usr/lib/libmimalloc.so myprogram
```
It also has an easy way to override the default allocator in [Windows](#override_on_windows). Notable aspects of the design include: