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

Method UnmarkRange

Source/Windows/Common/OvercommitTracker.h:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 }
27
28 void UnmarkRange(uint64_t Start, uint64_t Length) {
29 std::unique_lock Lock {OvercommitIntervalsMutex};
30 OvercommitIntervals.Remove({Start, Start + Length});
31 }
32
33 bool HandleAccessViolation(uint64_t FaultAddress) {
34 std::shared_lock Lock {OvercommitIntervalsMutex};

Callers 2

UnmarkOvercommitRangeMethod · 0.80
UnmarkOvercommitRangeMethod · 0.80

Calls 1

RemoveMethod · 0.45

Tested by

no test coverage detected