Searched refs:new_tlab_size (Results 1 – 1 of 1) sorted by relevance
4336 const size_t new_tlab_size = alloc_size + kDefaultTLABSize; in AllocWithNewTLAB() local4337 if (UNLIKELY(IsOutOfMemoryOnAllocation(allocator_type, new_tlab_size, grow))) { in AllocWithNewTLAB()4342 if (!bump_pointer_space_->AllocNewTlab(self, new_tlab_size)) { in AllocWithNewTLAB()4345 *bytes_tl_bulk_allocated = new_tlab_size; in AllocWithNewTLAB()4354 const size_t new_tlab_size = kUsePartialTlabs in AllocWithNewTLAB() local4358 if (!region_space_->AllocNewTlab(self, new_tlab_size)) { in AllocWithNewTLAB()4365 *bytes_tl_bulk_allocated = new_tlab_size; in AllocWithNewTLAB()