HomeSort by relevance Sort by last modified time
    Searched full:new_tlab_size (Results 1 - 1 of 1) sorted by null

  /art/runtime/gc/
heap-inl.h 316 const size_t new_tlab_size = alloc_size + kDefaultTLABSize; local
317 if (UNLIKELY(IsOutOfMemoryOnAllocation<kGrow>(allocator_type, new_tlab_size))) {
322 if (!bump_pointer_space_->AllocNewTlab(self, new_tlab_size)) {
325 *bytes_tl_bulk_allocated = new_tlab_size;

Completed in 201 milliseconds