diff options
author | Anton Korobeynikov <anton@korobeynikov.info> | 2020-11-11 10:57:48 +0300 |
---|---|---|
committer | Anton Korobeynikov <anton@korobeynikov.info> | 2020-11-11 11:41:33 +0300 |
commit | 00fb89f7715770d253bcb32f2fcf536a462b5ce7 (patch) | |
tree | 7d94bdc4a72859471c23d047850dd9b18e4d78fe /include/mimalloc-types.h | |
parent | ca13e9cd59aea912f1eae6b6c5dee5e79dd11b2e (diff) |
Rename the field
Diffstat (limited to 'include/mimalloc-types.h')
-rw-r--r-- | include/mimalloc-types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mimalloc-types.h b/include/mimalloc-types.h index 8ffcd2f..f89553e 100644 --- a/include/mimalloc-types.h +++ b/include/mimalloc-types.h @@ -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; |