Searched refs:next_pr_tlab_size (Results 1 – 1 of 1) sorted by relevance
4601 size_t next_pr_tlab_size = in AllocWithNewTLAB() local4604 next_pr_tlab_size = JHPCalculateNextTlabSize( in AllocWithNewTLAB()4605 self, next_pr_tlab_size, alloc_size, &take_sample, &bytes_until_sample); in AllocWithNewTLAB()4608 ? std::max(alloc_size, next_pr_tlab_size) in AllocWithNewTLAB()4609 : next_pr_tlab_size; in AllocWithNewTLAB()