Home
last modified time | relevance | path

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

/art/runtime/
Druntime_options.def54 …KEY (MemoryKiB, NonMovingSpaceCapacity, gc::Heap::kDefaultNonMovingSpaceCapacity)
/art/runtime/gc/
Dheap.h139 static constexpr size_t kDefaultNonMovingSpaceCapacity = 64 * MB; variable
Dheap.cc157 reinterpret_cast<uint8_t*>(300 * MB - kDefaultNonMovingSpaceCapacity);