Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_common.cc195 uptr allocator_begin = 0, allocator_end = 0; in ScanGlobalRange() local
196 GetAllocatorGlobalRange(&allocator_begin, &allocator_end); in ScanGlobalRange()
197 if (begin <= allocator_begin && allocator_begin < end) { in ScanGlobalRange()
198 CHECK_LE(allocator_begin, allocator_end); in ScanGlobalRange()
200 if (begin < allocator_begin) in ScanGlobalRange()
201 ScanRangeForPointers(begin, allocator_begin, frontier, "GLOBAL", in ScanGlobalRange()