From 1343890c51773ad3142df56d9a17cbe6a8bf2ee0 Mon Sep 17 00:00:00 2001 From: Mattias Jansson Date: Mon, 30 May 2022 13:58:58 +0200 Subject: [PATCH] Update changelog --- CHANGELOG | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 58d505c..900d5a2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,16 @@ +1.4.4 + +Fixed an issue where an external thread concurrently freeing a block to the deferred list of +a heap at the same time as owner thread freeing the last used block could cause a race condition +ending in spen being freed multiple time. + +Added fallback path when huge page allocation fails to allocate and promote new pages as a +transparent huge page + +Added option to name pages on Linux and Android. + +Compilation compatibility updates for MSYS2, FreeBSD, MacOS/clang and tinycc. + 1.4.3 Fixed an issue where certain combinations of memory page size and span map counts could cause