Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc897 void Heap::ChangeAllocator(AllocatorType allocator) { in ChangeAllocator() function in art::gc::Heap
2143 ChangeAllocator(kAllocatorTypeRegionTLAB); in ChangeCollector()
2145 ChangeAllocator(kAllocatorTypeRegion); in ChangeCollector()
2152 ChangeAllocator(kAllocatorTypeTLAB); in ChangeCollector()
2154 ChangeAllocator(kAllocatorTypeBumpPointer); in ChangeCollector()
2162 ChangeAllocator(kUseRosAlloc ? kAllocatorTypeRosAlloc : kAllocatorTypeDlMalloc); in ChangeCollector()
2169 ChangeAllocator(kUseRosAlloc ? kAllocatorTypeRosAlloc : kAllocatorTypeDlMalloc); in ChangeCollector()
Dheap.h330 void ChangeAllocator(AllocatorType allocator)