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

/art/runtime/gc/
H A Dheap.cc497 void Heap::ChangeAllocator(AllocatorType allocator) { function in class:art::gc::Heap
1760 ChangeAllocator(kAllocatorTypeTLAB);
1762 ChangeAllocator(kAllocatorTypeBumpPointer);
1770 ChangeAllocator(kUseRosAlloc ? kAllocatorTypeRosAlloc : kAllocatorTypeDlMalloc);
1777 ChangeAllocator(kUseRosAlloc ? kAllocatorTypeRosAlloc : kAllocatorTypeDlMalloc);
H A Dheap.h217 void ChangeAllocator(AllocatorType allocator)

Completed in 92 milliseconds