-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pw_allocator: Add size reports for blocks
This CL adds a separate size report for DetailedBlock, which is currently the only provided block implementation. Subsequent CLs will add additional block implementations and size reports. Separating the rerports allows users to see how much code size is due to block choice and how much is due to allocator choice. Change-Id: I2ca1ac6d19302bd5fdbefc372e42d44dde1bcc38 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/264637 Reviewed-by: Alexei Frolov <[email protected]> Lint: Lint 🤖 <[email protected]> Commit-Queue: Aaron Green <[email protected]>
- Loading branch information
1 parent
4fc31df
commit 3fc29bc
Showing
23 changed files
with
281 additions
and
87 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
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.