Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/
H A Dallocator_type.h32 kAllocatorTypeDlMalloc, // Use dlmalloc (well-known C malloc) allocator. (*) enumerator
H A Dheap-inl.h354 case kAllocatorTypeDlMalloc: { in TryToAllocate()
H A Dheap.cc350 current_allocator_(kAllocatorTypeDlMalloc), in Heap()
1438 allocator_type == kAllocatorTypeDlMalloc) { in ThrowOutOfMemoryError()
1908 case kAllocatorTypeDlMalloc: { in AllocateInternalWithGc()
2162 ChangeAllocator(kUseRosAlloc ? kAllocatorTypeRosAlloc : kAllocatorTypeDlMalloc); in ChangeCollector()
2169 ChangeAllocator(kUseRosAlloc ? kAllocatorTypeRosAlloc : kAllocatorTypeDlMalloc); in ChangeCollector()
2686 current_allocator_ == kAllocatorTypeDlMalloc) { in CollectGarbageInternal()
/aosp12/art/runtime/entrypoints/quick/
H A Dquick_alloc_entrypoints.cc134 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(DlMalloc, gc::kAllocatorTypeDlMalloc)
207 static gc::AllocatorType entry_points_allocator = gc::kAllocatorTypeDlMalloc;
220 case gc::kAllocatorTypeDlMalloc: { in ResetQuickAllocEntryPoints()