merge from dev-abandon

This commit is contained in:
Daan 2024-03-03 14:17:07 -08:00
commit bcb8ce94f1
9 changed files with 85 additions and 30 deletions

View file

@ -597,7 +597,10 @@ typedef struct mi_stats_s {
mi_stat_counter_t searches;
mi_stat_counter_t normal_count;
mi_stat_counter_t huge_count;
mi_stat_counter_t large_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