This commit is contained in:
gibbed 2016-06-21 10:09:45 -05:00
parent 32e0ef397c
commit d07e16b056
1 changed files with 1 additions and 0 deletions

View File

@ -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;