Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc121 static constexpr size_t kAllocationStackReserveSize = 1024; variable
659 const size_t alloc_stack_capacity = max_allocation_stack_size_ + kAllocationStackReserveSize; in Heap()