Last active
August 29, 2015 14:18
-
-
Save Grumblesaur/8a60189c7169f2996334 to your computer and use it in GitHub Desktop.
Thanks, GNU C Library. Your comments are unrelentingly helpful.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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