Home
last modified time | relevance | path

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

/external/compiler-rt/lib/lsan/
Dlsan_common.cc275 static void ProcessRootRegion(Frontier *frontier, uptr root_begin, in ProcessRootRegion() argument
282 uptr intersection_begin = Max(root_begin, begin); in ProcessRootRegion()
287 root_begin, root_end, begin, end, in ProcessRootRegion()