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

Method InvalidateGuestCodeRange

Source/Windows/WOW64/Module.cpp:489–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

487 }
488
489 void InvalidateGuestCodeRange(FEXCore::Core::InternalThreadState* Thread, uint64_t Start, uint64_t Length) override {
490 InvalidationTracker->InvalidateAlignedInterval(Start, Length, false);
491 }
492
493 void MarkOvercommitRange(uint64_t Start, uint64_t Length) override {
494 OvercommitTracker->MarkRange(Start, Length);

Calls 1

Tested by

no test coverage detected