Skip to content

Instantly share code, notes, and snippets.

@tenderlove
Created June 24, 2020 20:41
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 tenderlove/0969bfd133bcc9fdd16d4a924dd74437 to your computer and use it in GitHub Desktop.
Save tenderlove/0969bfd133bcc9fdd16d4a924dd74437 to your computer and use it in GitHub Desktop.
struct heap_page_header {
struct heap_page *page;
};
struct heap_page_body {
struct heap_page_header header;
/* char gap[]; */
/* RVALUE values[]; */
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment