mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
Rename the field
This commit is contained in:
parent
ca13e9cd59
commit
00fb89f771
4 changed files with 7 additions and 7 deletions
|
@ -428,7 +428,7 @@ typedef struct mi_stats_s {
|
|||
mi_stat_counter_t huge_count;
|
||||
mi_stat_counter_t giant_count;
|
||||
#if MI_STAT>1
|
||||
mi_stat_count_t normal[MI_BIN_HUGE+1];
|
||||
mi_stat_count_t normal_bins[MI_BIN_HUGE+1];
|
||||
#endif
|
||||
} mi_stats_t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue