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

/freebsd-11.0-release/contrib/compiler-rt/lib/lsan/
H A Dlsan_common.cc252 uptr intersection_begin = Max(root_begin, begin); local
254 if (intersection_begin >= intersection_end) continue;
260 ScanRangeForPointers(intersection_begin, intersection_end, frontier,

Completed in 50 milliseconds