mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-26 17:13:35 +03:00
Stats, CTL: Expose new tcache settings.
This commit is contained in:
parent
ee72bf1cfd
commit
7503b5b33a
3 changed files with 37 additions and 9 deletions
|
|
@ -1107,6 +1107,12 @@ stats_general_print(emitter_t *emitter) {
|
|||
OPT_WRITE_BOOL("xmalloc")
|
||||
OPT_WRITE_BOOL("tcache")
|
||||
OPT_WRITE_SSIZE_T("lg_tcache_max")
|
||||
OPT_WRITE_UNSIGNED("tcache_nslots_small_min")
|
||||
OPT_WRITE_UNSIGNED("tcache_nslots_small_max")
|
||||
OPT_WRITE_UNSIGNED("tcache_nslots_large")
|
||||
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_CHAR_P("thp")
|
||||
OPT_WRITE_BOOL("prof")
|
||||
OPT_WRITE_CHAR_P("prof_prefix")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue