mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-30 08:37:29 +03:00
Add confirm_conf option
If the confirm_conf option is set, when the program starts, each of the four malloc_conf strings will be printed, and each option will be printed when being set.
This commit is contained in:
parent
4c63b0e76a
commit
c92ac30601
6 changed files with 204 additions and 115 deletions
|
|
@ -10,6 +10,7 @@ extern bool malloc_slow;
|
|||
/* Run-time options. */
|
||||
extern bool opt_abort;
|
||||
extern bool opt_abort_conf;
|
||||
extern bool opt_confirm_conf;
|
||||
extern const char *opt_junk;
|
||||
extern bool opt_junk_alloc;
|
||||
extern bool opt_junk_free;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue