Skip to content

Instantly share code, notes, and snippets.

@haoyu-c
Created May 19, 2020 11:30
Show Gist options
  • Save haoyu-c/70b577d2384e24411c9362eaca388113 to your computer and use it in GitHub Desktop.
Save haoyu-c/70b577d2384e24411c9362eaca388113 to your computer and use it in GitHub Desktop.
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