Searched refs:intersection_end (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/lsan/
H A Dlsan_common.cc278 uptr intersection_end = Min(end, root_end); local
279 if (intersection_begin >= intersection_end) continue;
285 ScanRangeForPointers(intersection_begin, intersection_end, frontier,

Completed in 128 milliseconds