Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc4341 const size_t new_tlab_size = alloc_size + next_tlab_size; in AllocWithNewTLAB() local
4342 if (UNLIKELY(IsOutOfMemoryOnAllocation(allocator_type, new_tlab_size, grow))) { in AllocWithNewTLAB()
4347 if (!bump_pointer_space_->AllocNewTlab(self, new_tlab_size)) { in AllocWithNewTLAB()
4350 *bytes_tl_bulk_allocated = new_tlab_size; in AllocWithNewTLAB()
4352 VLOG(heap) << "JHP:kAllocatorTypeTLAB, New Tlab bytes allocated= " << new_tlab_size; in AllocWithNewTLAB()
4370 const size_t new_tlab_size = kUsePartialTlabs in AllocWithNewTLAB() local
4374 if (!region_space_->AllocNewTlab(self, new_tlab_size, bytes_tl_bulk_allocated)) { in AllocWithNewTLAB()