Searched refs:allocator_end (Results 1 – 1 of 1) sorted by relevance
67 uptr allocator_begin = 0, allocator_end = 0; in ProcessGlobalRegionsCallback() local68 GetAllocatorGlobalRange(&allocator_begin, &allocator_end); in ProcessGlobalRegionsCallback()70 CHECK_LE(allocator_begin, allocator_end); in ProcessGlobalRegionsCallback()71 CHECK_LT(allocator_end, end); in ProcessGlobalRegionsCallback()75 if (allocator_end < end) in ProcessGlobalRegionsCallback()76 ScanRangeForPointers(allocator_end, end, frontier, "GLOBAL", in ProcessGlobalRegionsCallback()