[K/N] Updated mimalloc version in README

This commit is contained in:
Elena Lepilkina
2021-09-08 11:17:08 +03:00
committed by Space
parent cb067e160b
commit e89ae81f87
+1 -1
View File
@@ -4,7 +4,7 @@ mimalloc is a general purpose allocator with excellent performance characteristi
Initially developed by Daan Leijen for the run-time systems of the Koka and Lean languages.
Source code: https://github.com/microsoft/mimalloc
Used version: 1.6.7 (https://github.com/microsoft/mimalloc/releases/tag/v1.6.7)
Used version: 1.7.2 (https://github.com/microsoft/mimalloc/releases/tag/v1.7.2)
The constant KONAN_MI_MALLOC is used to integrate mimalloc code in K/N runtime.
All changes that are done should be under directives `#if defined(KONAN_MI_MALLOC)`