-
Notifications
You must be signed in to change notification settings - Fork 645
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move memory layout and common methods of AlignedHeapSegment to AlignedHeapSegmentBase #1510
base: static_h
Are you sure you want to change the base?
Conversation
This pull request was exported from Phabricator. Differential Revision: D61675022 |
d72cbd2
to
dc062c7
Compare
…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
This pull request was exported from Phabricator. Differential Revision: D61675022 |
…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
…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
…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
…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
…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
…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
…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
…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
… class (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 FixedSizeHeapSegment and JumboHeapSegment inherit from the base type. Differential Revision: D61675022
dc062c7
to
6440690
Compare
This pull request was exported from Phabricator. Differential Revision: D61675022 |
… class (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 FixedSizeHeapSegment and JumboHeapSegment inherit from the base type. Differential Revision: D61675022
6440690
to
2617ce6
Compare
This pull request was exported from Phabricator. Differential Revision: D61675022 |
2617ce6
to
d27151b
Compare
… class (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 FixedSizeHeapSegment and JumboHeapSegment inherit from the base type. Reviewed By: neildhar Differential Revision: D61675022
This pull request was exported from Phabricator. Differential Revision: D61675022 |
Summary: With this change, we can remove the dependency on GCCell.h in the header. Reviewed By: neildhar Differential Revision: D66727534
… class (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 FixedSizeHeapSegment and JumboHeapSegment inherit from the base type. Reviewed By: neildhar Differential Revision: D61675022
d27151b
to
2997973
Compare
This pull request was exported from Phabricator. Differential Revision: D61675022 |
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