Searched refs:kAllocatorTypeRosAlloc (Results 1 – 4 of 4) sorted by relevance
31 kAllocatorTypeRosAlloc, // Use RosAlloc (segregated size, free list) allocator. (*) enumerator
131 !kInstrumented && allocator == kAllocatorTypeRosAlloc && in AllocObjectWithAllocator()306 allocator_type != kAllocatorTypeRosAlloc && in TryToAllocate()323 case kAllocatorTypeRosAlloc: { in TryToAllocate()
1437 } else if (allocator_type == kAllocatorTypeRosAlloc || in ThrowOutOfMemoryError()1906 case kAllocatorTypeRosAlloc: in AllocateInternalWithGc()2162 ChangeAllocator(kUseRosAlloc ? kAllocatorTypeRosAlloc : kAllocatorTypeDlMalloc); in ChangeCollector()2169 ChangeAllocator(kUseRosAlloc ? kAllocatorTypeRosAlloc : kAllocatorTypeDlMalloc); in ChangeCollector()2685 } else if (current_allocator_ == kAllocatorTypeRosAlloc || in CollectGarbageInternal()
135 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(RosAlloc, gc::kAllocatorTypeRosAlloc)224 case gc::kAllocatorTypeRosAlloc: { in ResetQuickAllocEntryPoints()