diff options
author | Jim Huang <jserv@biilabs.io> | 2019-07-22 04:45:40 +0800 |
---|---|---|
committer | Jim Huang <jserv@biilabs.io> | 2019-07-22 04:45:40 +0800 |
commit | 146a753d1efac8ac552e02190aaf9f9346765492 (patch) | |
tree | fd3720108b69f4191e83e3570364333244b6a10d /doc/mimalloc-doc.h | |
parent | 60e9d3f69d2e4a49237a60d4b9e3282dfd45a6e1 (diff) |
Fix path name in documentation about macOS
Diffstat (limited to 'doc/mimalloc-doc.h')
-rw-r--r-- | doc/mimalloc-doc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mimalloc-doc.h b/doc/mimalloc-doc.h index 16327d2..57b7dd4 100644 --- a/doc/mimalloc-doc.h +++ b/doc/mimalloc-doc.h @@ -808,7 +808,7 @@ library so all calls to the standard `malloc` interface are resolved to the _mimalloc_ library. - `env LD_PRELOAD=/usr/lib/libmimalloc.so myprogram` (on Linux, BSD, etc.) -- `env DYLD_INSERT_LIBRARIES=usr/lib/libmimalloc.dylib myprogram` (On macOS) +- `env DYLD_INSERT_LIBRARIES=/usr/lib/libmimalloc.dylib myprogram` (On macOS) Note certain security restrictions may apply when doing this from the [shell](https://stackoverflow.com/questions/43941322/dyld-insert-libraries-ignored-when-calling-application-through-bash). |