Created
May 19, 2020 11:30
-
-
Save haoyu-c/70b577d2384e24411c9362eaca388113 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
struct HeapObject { | |
/// This is always a valid pointer to a metadata object. | |
HeapMetadata const *metadata; | |
InlineRefCounts refCounts; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment