Skip to content

Commit

Permalink
Move memory layout and common methods of AlignedHeapSegment to Aligne…
Browse files Browse the repository at this point in the history
…dHeapSegmentBase

Summary:
The large heap segment type should have the same storage layout as
current AlignedHeapSegment, and share a few common methods. Abstract
these to a base class, and make both AlignedHeapSegment and
JumboHeapSegment inherit from the base type.

Differential Revision: D61675022
  • Loading branch information
lavenzg authored and facebook-github-bot committed Sep 6, 2024
1 parent e8bd270 commit d72cbd2
Show file tree
Hide file tree
Showing 3 changed files with 228 additions and 213 deletions.
Loading

0 comments on commit d72cbd2

Please sign in to comment.