Skip to content

Instantly share code, notes, and snippets.

@tenderlove
Created June 24, 2020 20:42
Show Gist options
  • Save tenderlove/77d565b2dc9edd93de865df9cb461aa2 to your computer and use it in GitHub Desktop.
Save tenderlove/77d565b2dc9edd93de865df9cb461aa2 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