Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dlarge_object_space.cc316 size_t GetPrevFreeBytes() const { in GetPrevFreeBytes() function in art::gc::space::AllocationInfo
450 size_t prev_free_bytes = info->GetPrevFreeBytes(); in Free()
458 DCHECK_EQ(info->GetPrevFreeBytes(), 0U) << "Previous allocation was free"; in Free()
473 new_free_size += next_next_info->GetPrevFreeBytes(); in Free()
516 info->SetPrevFreeBytes(info->GetPrevFreeBytes() - allocation_size); in Alloc()
517 if (info->GetPrevFreeBytes() > 0) { in Alloc()
520 new_free->SetByteSize(info->GetPrevFreeBytes(), true); in Alloc()