Searched refs:GetPrevFreeBytes (Results 1 – 1 of 1) sorted by relevance
311 size_t GetPrevFreeBytes() const { in GetPrevFreeBytes() function in art::gc::space::AllocationInfo437 size_t prev_free_bytes = info->GetPrevFreeBytes(); in Free()445 DCHECK_EQ(info->GetPrevFreeBytes(), 0U) << "Previous allocation was free"; in Free()460 new_free_size += next_next_info->GetPrevFreeBytes(); in Free()508 info->SetPrevFreeBytes(info->GetPrevFreeBytes() - allocation_size); in Alloc()509 if (info->GetPrevFreeBytes() > 0) { in Alloc()512 new_free->SetByteSize(info->GetPrevFreeBytes(), true); in Alloc()