Home
last modified time | relevance | path

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

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