mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-06 23:39:31 +03:00
update arm64 redirection
This commit is contained in:
parent
6ac636e2e2
commit
ac52b6967d
2 changed files with 2 additions and 2 deletions
Binary file not shown.
|
@ -317,9 +317,9 @@ int main(int argc, char** argv) {
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
mi_debug_show_arenas(true,true,true);
|
mi_debug_show_arenas(true,true,true);
|
||||||
mi_collect(true);
|
mi_collect(true);
|
||||||
#endif
|
#endif
|
||||||
mi_stats_print(NULL);
|
|
||||||
#endif
|
#endif
|
||||||
|
//mi_stats_print(NULL);
|
||||||
//bench_end_program();
|
//bench_end_program();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue