mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 21:23:06 +00:00
Stats, CTL: Expose new tcache settings.
This commit is contained in:
committed by
David Goldblatt
parent
ee72bf1cfd
commit
7503b5b33a
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user