Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dlarge_object_space.cc240 size_t GetPrevFreeBytes() const { in GetPrevFreeBytes() function in art::gc::space::AllocationInfo
354 size_t prev_free_bytes = info->GetPrevFreeBytes(); in Free()
362 DCHECK_EQ(info->GetPrevFreeBytes(), 0U) << "Previous allocation was free"; in Free()
377 new_free_size += next_next_info->GetPrevFreeBytes(); in Free()
425 info->SetPrevFreeBytes(info->GetPrevFreeBytes() - allocation_size); in Alloc()
426 if (info->GetPrevFreeBytes() > 0) { in Alloc()
429 new_free->SetByteSize(info->GetPrevFreeBytes(), true); in Alloc()