Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc596 void Heap::ChangeAllocator(AllocatorType allocator) { in ChangeAllocator() function in art::gc::Heap
2030 ChangeAllocator(kAllocatorTypeRegionTLAB); in ChangeCollector()
2032 ChangeAllocator(kAllocatorTypeRegion); in ChangeCollector()
2041 ChangeAllocator(kAllocatorTypeTLAB); in ChangeCollector()
2043 ChangeAllocator(kAllocatorTypeBumpPointer); in ChangeCollector()
2051 ChangeAllocator(kUseRosAlloc ? kAllocatorTypeRosAlloc : kAllocatorTypeDlMalloc); in ChangeCollector()
2058 ChangeAllocator(kUseRosAlloc ? kAllocatorTypeRosAlloc : kAllocatorTypeDlMalloc); in ChangeCollector()
Dheap.h238 void ChangeAllocator(AllocatorType allocator)