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 b1eedba8..1aa34339 100644 --- a/test/test-stress.c +++ b/test/test-stress.c @@ -23,7 +23,7 @@ terms of the MIT license. #include // #define MI_GUARDED -#define USE_STD_MALLOC +// #define USE_STD_MALLOC // > mimalloc-test-stress [THREADS] [SCALE] [ITER] // @@ -323,10 +323,10 @@ 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); + //mi_stats_print(NULL); //bench_end_program(); return 0; }