Searched defs:ChangeAllocator (Results 1 - 1 of 1) 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);

Completed in 12 milliseconds