-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR drops FFMA (Fast-Fixed Memory Allocator), the novel memory allocator implemented for cachegrand, because mimalloc has improved enough to drammatically reduce the impact of the fragmentation as well as allocating and deallocating memory buffer continuously. To simplify the codebase, as the gap is now minimal, I have decided to remove FFMA and use only one memory allocator instead of two.
- Loading branch information
1 parent
f4921c5
commit 4397ada
Showing
110 changed files
with
195 additions
and
3,780 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.