Home
last modified time | relevance | path

Searched refs:gIgnoredAddressRanges (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/main/memcheck/
Dmc_main.c1084 static RangeMap* gIgnoredAddressRanges = NULL; variable
1088 if (LIKELY(gIgnoredAddressRanges != NULL)) in init_gIgnoredAddressRanges()
1090 gIgnoredAddressRanges = VG_(newRangeMap)( VG_(malloc), "mc.igIAR.1", in init_gIgnoredAddressRanges()
1092 tl_assert(gIgnoredAddressRanges != NULL); in init_gIgnoredAddressRanges()
1097 if (LIKELY(gIgnoredAddressRanges == NULL)) in MC_()
1102 VG_(lookupRangeMap)(&key_min, &key_max, &how, gIgnoredAddressRanges, a); in MC_()
1146 VG_(bindRangeMap)( gIgnoredAddressRanges, start, end, IAR_CommandLine ); in parse_ignore_ranges()
1166 VG_(bindRangeMap)(gIgnoredAddressRanges, in modify_ignore_ranges()
1172 VG_(bindRangeMap)(gIgnoredAddressRanges, in modify_ignore_ranges()
1180 VG_(sizeRangeMap)(gIgnoredAddressRanges)); in modify_ignore_ranges()
[all …]