Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc385 current_allocator_(kAllocatorTypeDlMalloc), in Heap()
964 if (current_allocator_ != allocator) { in ChangeAllocator()
968 current_allocator_ = allocator; in ChangeAllocator()
970 SetQuickAllocEntryPointsAllocator(current_allocator_); in ChangeAllocator()
2831 DCHECK(current_allocator_ == kAllocatorTypeBumpPointer || in CollectGarbageInternal()
2832 current_allocator_ == kAllocatorTypeTLAB || in CollectGarbageInternal()
2833 current_allocator_ == kAllocatorTypeRegion || in CollectGarbageInternal()
2834 current_allocator_ == kAllocatorTypeRegionTLAB); in CollectGarbageInternal()
2875 } else if (current_allocator_ == kAllocatorTypeRosAlloc || in CollectGarbageInternal()
2876 current_allocator_ == kAllocatorTypeDlMalloc) { in CollectGarbageInternal()
[all …]
Dheap.h303 return current_allocator_; in GetCurrentAllocator()
1596 AllocatorType current_allocator_; variable