Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mjansson committed May 30, 2022
1 parent 8b64cb6 commit 1343890
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1343890

Please sign in to comment.