Skip to content

Instantly share code, notes, and snippets.

@chrisnas
Created May 27, 2019 11:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisnas/03d912021890d82a2fc2f7a2e2198894 to your computer and use it in GitHub Desktop.
Save chrisnas/03d912021890d82a2fc2f7a2e2198894 to your computer and use it in GitHub Desktop.
public struct HeapDetails
{
public long Gen0Size { get; set; }
public long Gen1Size { get; set; }
public long Gen2Size { get; set; }
public long LOHSize { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment