summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaan <daan@effp.org>2022-10-30 19:18:14 -0700
committerdaan <daan@effp.org>2022-10-30 19:18:14 -0700
commit24aac114e9a32f309617f49a788f380c4879483e (patch)
treeeb1faea0493aae6234485ab75cb74245500a68db
parenta3415079ec1757e9e3f1fb3c80738864bef44b88 (diff)
parent0a8d7d98d8f65b8880c295941984e9a5c7ec02af (diff)
Merge branch 'dev' into dev-slice
-rw-r--r--readme.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 2dfadfb..bb37df5 100644
--- a/readme.md
+++ b/readme.md
@@ -364,7 +364,8 @@ you also need to tell `valgrind` to not intercept those calls itself, and use:
```
By setting the `MIMALLOC_SHOW_STATS` environment variable you can check that mimalloc is indeed
-used and not the standard allocator. Even though the option is called `--soname-synonyms`[valgrind-soname], this also
+used and not the standard allocator. Even though the [Valgrind option][valgrind-soname]
+is called `--soname-synonyms`, this also
works when overriding with a static library or object file. Unfortunately, it is not possible to
dynamically override mimalloc using `LD_PRELOAD` together with `valgrind`.
See also the `test/test-wrong.c` file to test with `valgrind`.