diff --git a/bin/mimalloc-redirect-arm64.dll b/bin/mimalloc-redirect-arm64.dll index 0cae1d51..2b1d3e35 100644 Binary files a/bin/mimalloc-redirect-arm64.dll and b/bin/mimalloc-redirect-arm64.dll differ diff --git a/test/test-stress.c b/test/test-stress.c index 261c5dfe..574d241b 100644 --- a/test/test-stress.c +++ b/test/test-stress.c @@ -317,9 +317,9 @@ int main(int argc, char** argv) { #ifndef NDEBUG mi_debug_show_arenas(true,true,true); mi_collect(true); - #endif - mi_stats_print(NULL); + #endif #endif + //mi_stats_print(NULL); //bench_end_program(); return 0; }