diff --git a/test/test-stress.c b/test/test-stress.c index 6fbd8d0e..d3b8bcc5 100644 --- a/test/test-stress.c +++ b/test/test-stress.c @@ -261,7 +261,9 @@ static void test_stress(void) { #if !defined(NDEBUG) || defined(MI_TSAN) if ((n + 1) % 10 == 0) { printf("- iterations left: %3d\n", ITER - (n + 1)); + #ifndef USE_STD_MALLOC mi_debug_show_arenas(); + #endif //mi_collect(true); //mi_debug_show_arenas(); }