From 89b7955afe939e7a251836d5c877ffc57c31a114 Mon Sep 17 00:00:00 2001 From: Daan Date: Sun, 31 Jan 2021 11:58:46 -0800 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 1c9ed0c3..b92911ce 100644 --- a/readme.md +++ b/readme.md @@ -14,7 +14,7 @@ Initially developed by Daan Leijen for the run-time systems of the Latest release tag: `v1.7.0` (2020-01-31). -It is a drop-in replacement for `malloc` and can be used in other programs +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