Skip to content

Instantly share code, notes, and snippets.

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/9c40b50aa3b64a9b6e0002e99672504d to your computer and use it in GitHub Desktop.
Save tenderlove/9c40b50aa3b64a9b6e0002e99672504d 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