Skip to content

Instantly share code, notes, and snippets.

@jterrazz
Created June 2, 2019 18:00
Show Gist options
  • Save jterrazz/0b3797a4aa2bca19a926ebbe1ffcf846 to your computer and use it in GitHub Desktop.
Save jterrazz/0b3797a4aa2bca19a926ebbe1ffcf846 to your computer and use it in GitHub Desktop.
#define TINY_HEAP_ALLOCATION_SIZE (4 * getpagesize())
#define TINY_BLOCK_SIZE (TINY_HEAP_ALLOCATION_SIZE / 128)
#define SMALL_HEAP_ALLOCATION_SIZE (16 * getpagesize())
#define SMALL_BLOCK_SIZE (SMALL_HEAP_ALLOCATION_SIZE / 128)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment