Skip to content

Instantly share code, notes, and snippets.

@Grumblesaur
Last active August 29, 2015 14:18
Show Gist options
  • Save Grumblesaur/8a60189c7169f2996334 to your computer and use it in GitHub Desktop.
Save Grumblesaur/8a60189c7169f2996334 to your computer and use it in GitHub Desktop.
Thanks, GNU C Library. Your comments are unrelentingly helpful.
/* mallopt options that actually do something */
#define M_TRIM_THRESHOLD -1
#define M_TOP_PAD -2
#define M_MMAP_THRESHOLD -3
#define M_MMAP_MAX -4
#define M_CHECK_ACTION -5
#define M_PERTURB -6
#define M_ARENA_TEST -7
#define M_ARENA_MAX -8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment