mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-22 02:42:12 +03:00
Remove prof_threshold built-in event. It is trivial to implement it as user event if needed
This commit is contained in:
parent
bee30a9cd3
commit
7bf49ca689
22 changed files with 1 additions and 270 deletions
|
|
@ -1747,11 +1747,6 @@ malloc_conf_init_helper(sc_data_t *sc_data, unsigned bin_shard_sizes[SC_NBINS],
|
|||
"lg_prof_sample", 0,
|
||||
(sizeof(uint64_t) << 3) - 1,
|
||||
CONF_DONT_CHECK_MIN, CONF_CHECK_MAX, true)
|
||||
CONF_HANDLE_SIZE_T(
|
||||
opt_experimental_lg_prof_threshold,
|
||||
"experimental_lg_prof_threshold", 0,
|
||||
(sizeof(uint64_t) << 3) - 1,
|
||||
CONF_DONT_CHECK_MIN, CONF_CHECK_MAX, true)
|
||||
CONF_HANDLE_BOOL(opt_prof_accum, "prof_accum")
|
||||
CONF_HANDLE_UNSIGNED(opt_prof_bt_max,
|
||||
"prof_bt_max", 1, PROF_BT_MAX_LIMIT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue