MCPcopy Create free account
hub / github.com/beefytech/Beef / RemoveInvalidRange

Function RemoveInvalidRange

IDEHelper/DbgModule.cpp:7373–7376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7371
7372template <typename TRadixMap>
7373static void RemoveInvalidRange(TRadixMap& radixMap, addr_target startAddr, int addrLength)
7374{
7375 radixMap.RemoveRange(startAddr, addrLength);
7376}
7377
7378template <typename TMap>
7379static void RemoveInvalidMapRange(TMap& map, addr_target startAddr, int addrLength)

Callers 1

RemoveTargetDataMethod · 0.85

Calls 1

RemoveRangeMethod · 0.45

Tested by

no test coverage detected