mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-23 11:22:13 +03:00
Add opt.limit_usize_gap to stats
This commit is contained in:
parent
67b2f42eb5
commit
d1fac26692
1 changed files with 1 additions and 0 deletions
|
|
@ -1730,6 +1730,7 @@ stats_general_print(emitter_t *emitter) {
|
|||
OPT_WRITE_CHAR_P("stats_interval_opts")
|
||||
OPT_WRITE_CHAR_P("zero_realloc")
|
||||
OPT_WRITE_SIZE_T("process_madvise_max_batch")
|
||||
OPT_WRITE_BOOL("limit_usize_gap")
|
||||
|
||||
emitter_dict_end(emitter); /* Close "opt". */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue