Searched refs:expand_bytes (Results 1 – 1 of 1) sorted by relevance
4181 const size_t expand_bytes = std::max( in AllocWithNewTLAB() local4184 if (UNLIKELY(IsOutOfMemoryOnAllocation(allocator_type, expand_bytes, grow))) { in AllocWithNewTLAB()4187 *bytes_tl_bulk_allocated = expand_bytes; in AllocWithNewTLAB()4188 self->ExpandTlab(expand_bytes); in AllocWithNewTLAB()