Home
last modified time | relevance | path

Searched refs:kAllocatorTypeRosAlloc (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/runtime/gc/
H A Dallocator_type.h31 kAllocatorTypeRosAlloc, // Use RosAlloc (segregated size, free list) allocator. (*) enumerator
H A Dheap-inl.h131 !kInstrumented && allocator == kAllocatorTypeRosAlloc && in AllocObjectWithAllocator()
306 allocator_type != kAllocatorTypeRosAlloc && in TryToAllocate()
323 case kAllocatorTypeRosAlloc: { in TryToAllocate()
H A Dheap.cc1437 } 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()
/aosp12/art/runtime/entrypoints/quick/
H A Dquick_alloc_entrypoints.cc135 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(RosAlloc, gc::kAllocatorTypeRosAlloc)
224 case gc::kAllocatorTypeRosAlloc: { in ResetQuickAllocEntryPoints()