mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
fix page_bin and pages statistics; merge thread-local statistics regularly with main statistics; bump version to 3.0.4
This commit is contained in:
parent
15b2d1cbd6
commit
3301ba09b4
10 changed files with 35 additions and 24 deletions
|
@ -372,6 +372,7 @@ int main(int argc, char** argv) {
|
|||
mi_free(json);
|
||||
}
|
||||
#endif
|
||||
mi_collect(true);
|
||||
mi_stats_print(NULL);
|
||||
#endif
|
||||
//bench_end_program();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue