mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-02 00:20:31 +03:00
Track per size class internal fragmentation
This commit is contained in:
parent
afa489c3c5
commit
40fa4d29d3
15 changed files with 203 additions and 6 deletions
|
|
@ -1552,6 +1552,7 @@ malloc_conf_init_helper(sc_data_t *sc_data, unsigned bin_shard_sizes[SC_NBINS],
|
|||
CONF_HANDLE_BOOL(opt_prof_log, "prof_log")
|
||||
CONF_HANDLE_SSIZE_T(opt_prof_recent_alloc_max,
|
||||
"prof_recent_alloc_max", -1, SSIZE_MAX)
|
||||
CONF_HANDLE_BOOL(opt_prof_stats, "prof_stats")
|
||||
CONF_HANDLE_BOOL(opt_prof_sys_thread_name,
|
||||
"prof_sys_thread_name")
|
||||
if (CONF_MATCH("prof_time_resolution")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue