Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc146 static constexpr bool kUsePartialTlabs = true; variable
4201 if (kUsePartialTlabs && alloc_size <= self->TlabRemainingCapacity()) { in AllocWithNewTLAB()
4235 const size_t new_tlab_size = kUsePartialTlabs in AllocWithNewTLAB()