From abcaa4a4f2e48dadb24b64b8984243c3cd777ce3 Mon Sep 17 00:00:00 2001 From: Daan Date: Thu, 24 Sep 2020 10:38:18 -0700 Subject: [PATCH] Update readme.md link to mi_process_info --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2821802e..bf879d49 100644 --- a/readme.md +++ b/readme.md @@ -74,7 +74,7 @@ Enjoy! ### Releases * 2020-09-24, `v1.6.6`: stable release 1.6: using standard C atomics, passing tsan testing, improved - handling of failing to commit on Windows, add `mi_process_info` api call. + handling of failing to commit on Windows, add [`mi_process_info`](https://github.com/microsoft/mimalloc/blob/master/include/mimalloc.h#L156) api call. * 2020-08-06, `v1.6.4`: stable release 1.6: improved error recovery in low-memory situations, support for IllumOS and Haiku, NUMA support for Vista/XP, improved NUMA detection for AMD Ryzen, ubsan support. * 2020-05-05, `v1.6.3`: stable release 1.6: improved behavior in out-of-memory situations, improved malloc zones on macOS,