Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocator_type.h27 kAllocatorTypeRosAlloc, // Use RosAlloc allocator, has entrypoints. enumerator
Dheap-inl.h214 case kAllocatorTypeRosAlloc: { in TryToAllocate()
Dheap.cc944 } else if (allocator_type == kAllocatorTypeRosAlloc || in ThrowOutOfMemoryError()
1366 case kAllocatorTypeRosAlloc: in AllocateInternalWithGc()
1824 ChangeAllocator(kUseRosAlloc ? kAllocatorTypeRosAlloc : kAllocatorTypeDlMalloc); in ChangeCollector()
1831 ChangeAllocator(kUseRosAlloc ? kAllocatorTypeRosAlloc : kAllocatorTypeDlMalloc); in ChangeCollector()
2208 } else if (current_allocator_ == kAllocatorTypeRosAlloc || in CollectGarbageInternal()
/art/runtime/entrypoints/portable/
Dportable_alloc_entrypoints.cc24 gc::kUseRosAlloc ? gc::kAllocatorTypeRosAlloc : gc::kAllocatorTypeDlMalloc;
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc109 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(RosAlloc, gc::kAllocatorTypeRosAlloc)
182 case gc::kAllocatorTypeRosAlloc: { in ResetQuickAllocEntryPoints()