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

/art/runtime/gc/space/
H A Dlarge_object_space.cc305 size_t GetPrevFreeBytes() const { function in class:art::gc::space::AllocationInfo
419 size_t prev_free_bytes = info->GetPrevFreeBytes();
427 DCHECK_EQ(info->GetPrevFreeBytes(), 0U) << "Previous allocation was free";
442 new_free_size += next_next_info->GetPrevFreeBytes();
490 info->SetPrevFreeBytes(info->GetPrevFreeBytes() - allocation_size);
491 if (info->GetPrevFreeBytes() > 0) {
494 new_free->SetByteSize(info->GetPrevFreeBytes(), true);

Completed in 53 milliseconds