Skip to content

Instantly share code, notes, and snippets.

@jterrazz
Last active July 21, 2019 14:54
Show Gist options
  • Save jterrazz/650412d23ff7a1e009bca3b41608feaf to your computer and use it in GitHub Desktop.
Save jterrazz/650412d23ff7a1e009bca3b41608feaf to your computer and use it in GitHub Desktop.
#define HEAP_SHIFT(start) ((void *)start + sizeof(t_heap))
#define BLOCK_SHIFT(start) ((void *)start + sizeof(t_block))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment