Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocator_type.h28 kAllocatorTypeDlMalloc, // Use dlmalloc allocator, has entrypoints. enumerator
Dheap-inl.h224 case kAllocatorTypeDlMalloc: { in TryToAllocate()
Dheap.cc183 current_allocator_(kAllocatorTypeDlMalloc), in Heap()
945 allocator_type == kAllocatorTypeDlMalloc) { in ThrowOutOfMemoryError()
1368 case kAllocatorTypeDlMalloc: { in AllocateInternalWithGc()
1824 ChangeAllocator(kUseRosAlloc ? kAllocatorTypeRosAlloc : kAllocatorTypeDlMalloc); in ChangeCollector()
1831 ChangeAllocator(kUseRosAlloc ? kAllocatorTypeRosAlloc : kAllocatorTypeDlMalloc); in ChangeCollector()
2209 current_allocator_ == kAllocatorTypeDlMalloc) { in CollectGarbageInternal()
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc108 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR(DlMalloc, gc::kAllocatorTypeDlMalloc)
165 static gc::AllocatorType entry_points_allocator = gc::kAllocatorTypeDlMalloc;
178 case gc::kAllocatorTypeDlMalloc: { in ResetQuickAllocEntryPoints()
/art/runtime/entrypoints/portable/
Dportable_alloc_entrypoints.cc24 gc::kUseRosAlloc ? gc::kAllocatorTypeRosAlloc : gc::kAllocatorTypeDlMalloc;