fix purging with ranges

This commit is contained in:
daanx 2024-12-17 11:54:26 -08:00
parent adfeb1f6f2
commit c585753dce
3 changed files with 22 additions and 15 deletions

View file

@ -262,7 +262,7 @@ static void test_stress(void) {
#if !defined(NDEBUG) || defined(MI_TSAN)
if ((n + 1) % 10 == 0) {
printf("- iterations left: %3d\n", ITER - (n + 1));
//mi_debug_show_arenas(true, false, false);
mi_debug_show_arenas(true, false, false);
//mi_collect(true);
//mi_debug_show_arenas(true, false, false);
}