Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocator_type.h31 kAllocatorTypeRosAlloc, // Use RosAlloc (segregated size, free list) allocator. (*) enumerator
Dheap-inl.h123 !kInstrumented && allocator == kAllocatorTypeRosAlloc && in AllocObjectWithAllocator()
292 allocator_type != kAllocatorTypeRosAlloc && in TryToAllocate()
309 case kAllocatorTypeRosAlloc: { in TryToAllocate()
Dheap.cc1390 } 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()
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc132 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(RosAlloc, gc::kAllocatorTypeRosAlloc)
221 case gc::kAllocatorTypeRosAlloc: { in ResetQuickAllocEntryPoints()