Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc4365 size_t next_pr_tlab_size = JHPCalculateNextTlabSize(self, in AllocWithNewTLAB() local
4371 ? std::max(alloc_size, next_pr_tlab_size) in AllocWithNewTLAB()
4372 : next_pr_tlab_size; in AllocWithNewTLAB()