MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / UnmarkOvercommitRange

Method UnmarkOvercommitRange

Source/Windows/ARM64EC/Module.cpp:605–607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

603 }
604
605 void UnmarkOvercommitRange(uint64_t Start, uint64_t Length) override {
606 OvercommitTracker->UnmarkRange(Start, Length);
607 }
608
609 FEXCore::HLE::ExecutableRangeInfo QueryGuestExecutableRange(FEXCore::Core::InternalThreadState* Thread, uint64_t Address) override {
610 return InvalidationTracker->QueryExecutableRange(Address);

Callers

nothing calls this directly

Calls 1

UnmarkRangeMethod · 0.80

Tested by

no test coverage detected