-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pw_allocator: Refactor first fit allocators
This CL merges the FirstFitBlockAllocator, LastFitBlockAllocator, and DualFirstFitBlockAllocator into a single class, which makes use of the updated Bucket types. It provides legacy aliases for existing consumers. Change-Id: I01c363236f3871b548617a5e134c19f80bf623fe Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/234816 Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Taylor Cramer <cramertj@google.com> Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com> Commit-Queue: Aaron Green <aarongreen@google.com>
- Loading branch information
1 parent
3bfdac7
commit 0766dba
Showing
54 changed files
with
696 additions
and
1,157 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
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.