From 72c4f0d2ab3341f50a553045f9d00e94ff63878b Mon Sep 17 00:00:00 2001 From: daan Date: Sun, 30 Oct 2022 14:53:11 -0700 Subject: [PATCH] update readme --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index f01fb176..46b48ef6 100644 --- a/readme.md +++ b/readme.md @@ -362,6 +362,7 @@ By setting the `MIMALLOC_SHOW_STATS` environment variable you can check that mim used and not the standard allocator. Even though the option is called `--soname-synonyms`[valgrind-soname], 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`. Valgrind support is in its initial development -- please report any issues.