Home
last modified time | relevance | path

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

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