From 4adaae55bba7049e4084a856ee25a03b4521451c Mon Sep 17 00:00:00 2001 From: sal Date: Tue, 24 Dec 2024 15:55:12 -0500 Subject: [PATCH] fixed broken linkto mimalloc-new-delete.h in readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 11f62da47..ead5e4626 100644 --- a/readme.md +++ b/readme.md @@ -458,7 +458,7 @@ There are four requirements to make the overriding work well: For best performance on Windows with C++, it is also recommended to also override the `new`/`delete` operations (by including -[`mimalloc-new-delete.h`](../include/mimalloc-new-delete.h) +[`mimalloc-new-delete.h`](https://github.com/microsoft/mimalloc/blob/master/include/mimalloc-new-delete.h) a single(!) source file in your project). The environment variable `MIMALLOC_DISABLE_REDIRECT=1` can be used to disable dynamic