mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-01-15 17:48:00 +08:00
Merge branch 'dev-slice' into dev-slice-cmask
This commit is contained in:
commit
7a3cf405d3
@ -1429,7 +1429,7 @@ static mi_segment_t* mi_segment_try_reclaim(mi_heap_t* heap, size_t needed_slice
|
||||
}
|
||||
else {
|
||||
// otherwise, push on the visited list so it gets not looked at too quickly again
|
||||
mi_segment_delayed_decommit(segment, false, tld->stats); // decommit if needed
|
||||
mi_segment_delayed_decommit(segment, true, tld->stats); // decommit if needed
|
||||
mi_abandoned_visited_push(segment);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user