lsan_common.cc | 195 uptr allocator_begin = 0, allocator_end = 0; local in function:__lsan::ScanGlobalRange 196 GetAllocatorGlobalRange(&allocator_begin, &allocator_end); 198 CHECK_LE(allocator_begin, allocator_end); 199 CHECK_LE(allocator_end, end); 203 if (allocator_end < end) 204 ScanRangeForPointers(allocator_end, end, frontier, "GLOBAL", kReachable);
|