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

/art/runtime/gc/
H A Dheap.cc4032 const size_t expand_bytes = std::max( local
4035 if (UNLIKELY(IsOutOfMemoryOnAllocation(allocator_type, expand_bytes, grow))) {
4038 *bytes_tl_bulk_allocated = expand_bytes;
4039 self->ExpandTlab(expand_bytes);

Completed in 44 milliseconds