Searched refs:allocator_begin (Results 1 – 1 of 1) sorted by relevance
341 uptr allocator_begin = 0, allocator_end = 0; in ScanGlobalRange() local342 GetAllocatorGlobalRange(&allocator_begin, &allocator_end); in ScanGlobalRange()343 if (begin <= allocator_begin && allocator_begin < end) { in ScanGlobalRange()344 CHECK_LE(allocator_begin, allocator_end); in ScanGlobalRange()346 if (begin < allocator_begin) in ScanGlobalRange()347 ScanRangeForPointers(begin, allocator_begin, frontier, "GLOBAL", in ScanGlobalRange()