Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc4557 size_t next_tlab_size = in AllocWithNewTLAB() local
4563 std::min(self->TlabRemainingCapacity() - self->TlabSize(), next_tlab_size)); in AllocWithNewTLAB()
4576 size_t next_tlab_size = RoundDown(alloc_size + kDefaultTLABSize, gPageSize) - alloc_size; in AllocWithNewTLAB() local
4578 next_tlab_size = JHPCalculateNextTlabSize( in AllocWithNewTLAB()
4579 self, next_tlab_size, alloc_size, &take_sample, &bytes_until_sample); in AllocWithNewTLAB()
4581 const size_t new_tlab_size = alloc_size + next_tlab_size; in AllocWithNewTLAB()