merge 3301ba0 to fix page_bin and pages statistics

This commit is contained in:
Daan 2025-05-20 18:15:36 -07:00
parent f2c9967a6e
commit 752dc834a9
7 changed files with 29 additions and 24 deletions

View file

@ -375,7 +375,7 @@ int main(int argc, char** argv) {
}
#endif
mi_collect(true);
mi_stats_print(NULL);
mi_stats_print(NULL);
#endif
//bench_end_program();
return 0;