Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc4183 const size_t expand_bytes = std::max( in AllocWithNewTLAB() local
4186 if (UNLIKELY(IsOutOfMemoryOnAllocation(allocator_type, expand_bytes, grow))) { in AllocWithNewTLAB()
4189 *bytes_tl_bulk_allocated = expand_bytes; in AllocWithNewTLAB()
4190 self->ExpandTlab(expand_bytes); in AllocWithNewTLAB()