mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-03 12:27:17 +03:00
Tcache: Make flush fractions configurable.
This commit is contained in:
parent
7503b5b33a
commit
6cdac3c573
6 changed files with 29 additions and 2 deletions
|
|
@ -1113,6 +1113,8 @@ stats_general_print(emitter_t *emitter) {
|
|||
OPT_WRITE_SSIZE_T("lg_tcache_nslots_mul")
|
||||
OPT_WRITE_SIZE_T("tcache_gc_incr_bytes")
|
||||
OPT_WRITE_SIZE_T("tcache_gc_delay_bytes")
|
||||
OPT_WRITE_UNSIGNED("lg_tcache_flush_small_div")
|
||||
OPT_WRITE_UNSIGNED("lg_tcache_flush_large_div")
|
||||
OPT_WRITE_CHAR_P("thp")
|
||||
OPT_WRITE_BOOL("prof")
|
||||
OPT_WRITE_CHAR_P("prof_prefix")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue