HomeSort by relevance Sort by last modified time
    Searched refs:current_allocator_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/
heap.cc 184 current_allocator_(kAllocatorTypeDlMalloc),
597 if (current_allocator_ != allocator) {
601 current_allocator_ = allocator;
603 SetQuickAllocEntryPointsAllocator(current_allocator_);
    [all...]
heap.h 216 return current_allocator_;
1102 AllocatorType current_allocator_; member in class:art::gc::Heap
    [all...]

Completed in 7996 milliseconds