From d1fac26692f1cc23c32f434f5a5397965d48d094 Mon Sep 17 00:00:00 2001 From: guangli-dai Date: Thu, 10 Apr 2025 15:12:52 -0700 Subject: [PATCH] Add opt.limit_usize_gap to stats --- src/stats.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stats.c b/src/stats.c index 6e77977f..db9b9f43 100644 --- a/src/stats.c +++ b/src/stats.c @@ -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". */