Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc708 void Heap::ChangeAllocator(AllocatorType allocator) { in ChangeAllocator() function in art::gc::Heap
2261 ChangeAllocator(kAllocatorTypeRegionTLAB); in ChangeCollector()
2263 ChangeAllocator(kAllocatorTypeRegion); in ChangeCollector()
2272 ChangeAllocator(kAllocatorTypeTLAB); in ChangeCollector()
2274 ChangeAllocator(kAllocatorTypeBumpPointer); in ChangeCollector()
2282 ChangeAllocator(kUseRosAlloc ? kAllocatorTypeRosAlloc : kAllocatorTypeDlMalloc); in ChangeCollector()
2289 ChangeAllocator(kUseRosAlloc ? kAllocatorTypeRosAlloc : kAllocatorTypeDlMalloc); in ChangeCollector()
Dheap.h249 void ChangeAllocator(AllocatorType allocator)