Do not report unmapped pages as dirty (#1672)
* Do not report unmapped pages as dirty * Make tests pass again * PR feedback
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
{
|
||||
(ulong address, ulong size)[] GetPhysicalRegions(ulong va, ulong size);
|
||||
|
||||
bool IsRangeMapped(ulong va, ulong size);
|
||||
void TrackingReprotect(ulong va, ulong size, MemoryPermission protection);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user