Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dlarge_object_space.cc315 void SetPrevFreeBytes(size_t bytes) { in SetPrevFreeBytes() function in art::gc::space::AllocationInfo
465 new_free_info->SetPrevFreeBytes(new_free_size); in Free()
497 temp_info.SetPrevFreeBytes(allocation_size); in Alloc()
508 info->SetPrevFreeBytes(info->GetPrevFreeBytes() - allocation_size); in Alloc()
511 new_free->SetPrevFreeBytes(0); in Alloc()
544 new_info->SetPrevFreeBytes(0); in Alloc()