increase commit mask blocks to 2xslice size

This commit is contained in:
daan 2021-11-13 20:12:03 -08:00
parent 7e22e5ce6e
commit 511a8996f3
2 changed files with 4 additions and 5 deletions

View file

@ -583,7 +583,7 @@ static void mi_segment_perhaps_decommit(mi_segment_t* segment, uint8_t* p, size_
}
else {
// previous decommit mask is not yet expired
// segment->decommit_expire += 1; // = now + mi_option_get(mi_option_reset_delay);
// segment->decommit_expire += 2; // = now + mi_option_get(mi_option_reset_delay);
}
}
}