Searched refs:allocator_end (Results 1 – 1 of 1) sorted by relevance
382 uptr allocator_begin = 0, allocator_end = 0; in ScanGlobalRange() local383 GetAllocatorGlobalRange(&allocator_begin, &allocator_end); in ScanGlobalRange()385 CHECK_LE(allocator_begin, allocator_end); in ScanGlobalRange()386 CHECK_LE(allocator_end, end); in ScanGlobalRange()390 if (allocator_end < end) in ScanGlobalRange()391 ScanRangeForPointers(allocator_end, end, frontier, "GLOBAL", kReachable); in ScanGlobalRange()