Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp223 uptr allocator_begin = 0, allocator_end = 0; in ScanGlobalRange() local
224 GetAllocatorGlobalRange(&allocator_begin, &allocator_end); in ScanGlobalRange()
226 CHECK_LE(allocator_begin, allocator_end); in ScanGlobalRange()
227 CHECK_LE(allocator_end, end); in ScanGlobalRange()
231 if (allocator_end < end) in ScanGlobalRange()
232 ScanRangeForPointers(allocator_end, end, frontier, "GLOBAL", kReachable); in ScanGlobalRange()