mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
fix purging with ranges
This commit is contained in:
parent
adfeb1f6f2
commit
c585753dce
3 changed files with 22 additions and 15 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue