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

/art/runtime/gc/
H A Dheap.cc4043 const size_t new_tlab_size = alloc_size + kDefaultTLABSize; local
4044 if (UNLIKELY(IsOutOfMemoryOnAllocation(allocator_type, new_tlab_size, grow))) {
4049 if (!bump_pointer_space_->AllocNewTlab(self, new_tlab_size)) {
4052 *bytes_tl_bulk_allocated = new_tlab_size;
4061 const size_t new_tlab_size = kUsePartialTlabs local
4065 if (!region_space_->AllocNewTlab(self, new_tlab_size)) {
4072 *bytes_tl_bulk_allocated = new_tlab_size;

Completed in 79 milliseconds