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

  /art/runtime/gc/
heap.cc 243 max_allocation_stack_size_(kGCALotMode ? kGcAlotAllocationStackSize
548 const size_t alloc_stack_capacity = max_allocation_stack_size_ + kAllocationStackReserveSize;
550 "allocation stack", max_allocation_stack_size_, alloc_stack_capacity));
552 "live stack", max_allocation_stack_size_, alloc_stack_capacity));
    [all...]
heap.h 1324 const size_t max_allocation_stack_size_; member in class:art::gc::Heap
    [all...]

Completed in 117 milliseconds