Skip to content

Commit

Permalink
Merge branch 'develop' into mjansson/rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
mjansson committed Apr 1, 2024
2 parents e562595 + ba9b001 commit 2dd697f
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.5

Fix for issue where span cache was not properly freed on heap free all

Add rpmalloc_get_heap_for_ptr function to get heap for a given allocation

Fixed medium size block limit and alignment handling when span size is reconfigured

Fixed SIGILL on macOS rosetta mode (x86_64)

Update compatibility with newer clang versions and use intrinsics for memcpy


1.4.4

Fixed an issue where an external thread concurrently freeing a block to the deferred list of
Expand Down

0 comments on commit 2dd697f

Please sign in to comment.