Searched refs:kAllocatorTypeRosAlloc (Results 1 – 4 of 4) sorted by relevance
31 kAllocatorTypeRosAlloc, // Use RosAlloc (segregated size, free list) allocator. (*) enumerator
123 !kInstrumented && allocator == kAllocatorTypeRosAlloc && in AllocObjectWithAllocator()292 allocator_type != kAllocatorTypeRosAlloc && in TryToAllocate()309 case kAllocatorTypeRosAlloc: { in TryToAllocate()
1390 } else if (allocator_type == kAllocatorTypeRosAlloc || in ThrowOutOfMemoryError()1848 case kAllocatorTypeRosAlloc: in AllocateInternalWithGc()2165 ChangeAllocator(kUseRosAlloc ? kAllocatorTypeRosAlloc : kAllocatorTypeDlMalloc); in ChangeCollector()2172 ChangeAllocator(kUseRosAlloc ? kAllocatorTypeRosAlloc : kAllocatorTypeDlMalloc); in ChangeCollector()2663 } else if (current_allocator_ == kAllocatorTypeRosAlloc || in CollectGarbageInternal()
132 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(RosAlloc, gc::kAllocatorTypeRosAlloc)221 case gc::kAllocatorTypeRosAlloc: { in ResetQuickAllocEntryPoints()