mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-26 14:56:23 +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
|
|
@ -26,6 +26,7 @@
|
|||
bool opt_prof = false;
|
||||
bool opt_prof_active = true;
|
||||
bool opt_prof_thread_active_init = true;
|
||||
unsigned opt_prof_bt_max = PROF_BT_MAX_DEFAULT;
|
||||
size_t opt_lg_prof_sample = LG_PROF_SAMPLE_DEFAULT;
|
||||
ssize_t opt_lg_prof_interval = LG_PROF_INTERVAL_DEFAULT;
|
||||
bool opt_prof_gdump = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue