We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b64cb6 commit 1343890Copy full SHA for 1343890
CHANGELOG
@@ -1,3 +1,16 @@
1
+1.4.4
2
+
3
+Fixed an issue where an external thread concurrently freeing a block to the deferred list of
4
+a heap at the same time as owner thread freeing the last used block could cause a race condition
5
+ending in spen being freed multiple time.
6
7
+Added fallback path when huge page allocation fails to allocate and promote new pages as a
8
+transparent huge page
9
10
+Added option to name pages on Linux and Android.
11
12
+Compilation compatibility updates for MSYS2, FreeBSD, MacOS/clang and tinycc.
13
14
1.4.3
15
16
Fixed an issue where certain combinations of memory page size and span map counts could cause
0 commit comments