Skip to content

Commit d681803

Browse files
committed
1 parent 5ea5d71 commit d681803

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/mimalloc-stats.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ typedef struct mi_stats_s
9393
mi_stat_counter_t _stat_counter_reserved[4];
9494

9595
// size segregated statistics
96-
mi_stat_count_t malloc_bins[MI_BIN_HUGE+1]; // allocation per size bin
97-
mi_stat_count_t page_bins[MI_BIN_HUGE+1]; // pages allocated per size bin
96+
mi_stat_count_t malloc_bins[MI_BIN_COUNT]; // allocation per size bin
97+
mi_stat_count_t page_bins[MI_BIN_COUNT]; // pages allocated per size bin
9898
mi_stat_count_t chunk_bins[MI_CBIN_COUNT]; // chunks per page sizes
9999
} mi_stats_t;
100100

0 commit comments

Comments
 (0)