mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-31 07:28:02 +03:00
Making jemalloc max stack depth a runtime option
This commit is contained in:
parent
56ddbea270
commit
a0734fd6ee
12 changed files with 171 additions and 11 deletions
|
|
@ -1521,6 +1521,7 @@ stats_general_print(emitter_t *emitter) {
|
|||
OPT_WRITE_UNSIGNED("debug_double_free_max_scan")
|
||||
OPT_WRITE_CHAR_P("thp")
|
||||
OPT_WRITE_BOOL("prof")
|
||||
OPT_WRITE_UNSIGNED("prof_bt_max")
|
||||
OPT_WRITE_CHAR_P("prof_prefix")
|
||||
OPT_WRITE_BOOL_MUTABLE("prof_active", "prof.active")
|
||||
OPT_WRITE_BOOL_MUTABLE("prof_thread_active_init",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue