I'm bad.
This commit is contained in:
@@ -567,6 +567,7 @@ uint32_t BaseHeap::GetUnreservedPageCount() {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (is_empty_span) {
|
if (is_empty_span) {
|
||||||
|
is_empty_span = false;
|
||||||
count += i - empty_span_start;
|
count += i - empty_span_start;
|
||||||
}
|
}
|
||||||
i += page.region_page_count - 1;
|
i += page.region_page_count - 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user