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