Home
last modified time | relevance | path

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

/art/runtime/
Druntime_options.def60 …KEY (MemoryKiB, NonMovingSpaceCapacity, gc::Heap::kDefaultNonMovingSpaceCapacity)
/art/runtime/gc/
Dheap.h142 static constexpr size_t kDefaultNonMovingSpaceCapacity = 64 * MB; variable
Dheap.cc209 constexpr size_t kBegin = 320 * MB - Heap::kDefaultNonMovingSpaceCapacity; in __anon371561530202()