mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-06 23:39:31 +03:00
comment
This commit is contained in:
parent
9322123a97
commit
f58b4d923a
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ static void mi_segment_perhaps_decommit(mi_segment_t* segment, uint8_t* p, size_
|
|||
else if (segment->decommit_expire <= now) {
|
||||
// previous decommit mask already expired
|
||||
// mi_segment_delayed_decommit(segment, true, stats);
|
||||
segment->decommit_expire = now + 1;
|
||||
segment->decommit_expire = now + 1; // wait a tiny bit longer in case there is a series of free's
|
||||
}
|
||||
else {
|
||||
// previous decommit mask is not yet expired
|
||||
|
|
Loading…
Add table
Reference in a new issue