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 (facebook#1510)

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 Oct 21, 2024
1 parent b74bd2c commit 183e1da
Show file tree
Hide file tree
Showing 3 changed files with 228 additions and 213 deletions.
Loading

0 comments on commit 183e1da

Please sign in to comment.