Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocator_type.h32 kAllocatorTypeDlMalloc, // Use dlmalloc (well-known C malloc) allocator. (*) enumerator
Dheap-inl.h340 case kAllocatorTypeDlMalloc: { in TryToAllocate()
Dheap.cc313 current_allocator_(kAllocatorTypeDlMalloc), in Heap()
1391 allocator_type == kAllocatorTypeDlMalloc) { in ThrowOutOfMemoryError()
1850 case kAllocatorTypeDlMalloc: { in AllocateInternalWithGc()
2165 ChangeAllocator(kUseRosAlloc ? kAllocatorTypeRosAlloc : kAllocatorTypeDlMalloc); in ChangeCollector()
2172 ChangeAllocator(kUseRosAlloc ? kAllocatorTypeRosAlloc : kAllocatorTypeDlMalloc); in ChangeCollector()
2664 current_allocator_ == kAllocatorTypeDlMalloc) { in CollectGarbageInternal()
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc131 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(DlMalloc, gc::kAllocatorTypeDlMalloc)
204 static gc::AllocatorType entry_points_allocator = gc::kAllocatorTypeDlMalloc;
217 case gc::kAllocatorTypeDlMalloc: { in ResetQuickAllocEntryPoints()