Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_common.cpp312 uptr allocator_begin = 0, allocator_end = 0; in ScanGlobalRange() local
313 GetAllocatorGlobalRange(&allocator_begin, &allocator_end); in ScanGlobalRange()
314 if (begin <= allocator_begin && allocator_begin < end) { in ScanGlobalRange()
315 CHECK_LE(allocator_begin, allocator_end); in ScanGlobalRange()
317 if (begin < allocator_begin) in ScanGlobalRange()
318 ScanRangeForPointers(begin, allocator_begin, frontier, "GLOBAL", in ScanGlobalRange()