reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
195 GetAllocatorGlobalRange(&allocator_begin, &allocator_end); 197 CHECK_LE(allocator_begin, allocator_end); 198 CHECK_LE(allocator_end, end); 202 if (allocator_end < end) 203 ScanRangeForPointers(allocator_end, end, frontier, "GLOBAL", kReachable);