merge from dev

This commit is contained in:
Daan 2024-03-03 09:45:49 -08:00
commit 7986e92e9f
6 changed files with 23 additions and 11 deletions

View file

@ -600,6 +600,9 @@ typedef struct mi_stats_s {
mi_stat_counter_t normal_count;
mi_stat_counter_t huge_count;
mi_stat_counter_t large_count;
mi_stat_counter_t arena_count;
mi_stat_counter_t arena_crossover_count;
mi_stat_counter_t arena_rollback_count;
#if MI_STAT>1
mi_stat_count_t normal_bins[MI_BIN_HUGE+1];
#endif