refactor(allocator): rename var#21282
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
There was a problem hiding this comment.
Pull request overview
Refactors the bump allocator implementation by renaming the footer-size constant to a more descriptive name, improving readability without changing behavior.
Changes:
- Renamed
FOOTER_SIZEtoCHUNK_FOOTER_SIZE. - Updated all internal uses (allocation sizing, reset logic, growth calculations, and tests) to the new name.
Merging this PR will not alter performance
Comparing Footnotes
|
6b49410 to
562c8d0
Compare
Merge activity
|
Pure refactor. Just rename a var to be more descriptive.
562c8d0 to
c400e99
Compare

Pure refactor. Just rename a var to be more descriptive.