Home
last modified time | relevance | path

Searched refs:current_allocator_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/
Dheap.cc313 current_allocator_(kAllocatorTypeDlMalloc), in Heap()
851 if (current_allocator_ != allocator) { in ChangeAllocator()
855 current_allocator_ = allocator; in ChangeAllocator()
857 SetQuickAllocEntryPointsAllocator(current_allocator_); in ChangeAllocator()
2630 DCHECK(current_allocator_ == kAllocatorTypeBumpPointer || in CollectGarbageInternal()
2631 current_allocator_ == kAllocatorTypeTLAB || in CollectGarbageInternal()
2632 current_allocator_ == kAllocatorTypeRegion || in CollectGarbageInternal()
2633 current_allocator_ == kAllocatorTypeRegionTLAB); in CollectGarbageInternal()
2663 } else if (current_allocator_ == kAllocatorTypeRosAlloc || in CollectGarbageInternal()
2664 current_allocator_ == kAllocatorTypeDlMalloc) { in CollectGarbageInternal()
[all …]
Dheap.h284 return current_allocator_; in GetCurrentAllocator()
1470 AllocatorType current_allocator_; variable