Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dlarge_object_space.cc320 void SetPrevFreeBytes(size_t bytes) { in SetPrevFreeBytes() function in art::gc::space::AllocationInfo
478 new_free_info->SetPrevFreeBytes(new_free_size); in Free()
505 temp_info.SetPrevFreeBytes(allocation_size); in Alloc()
516 info->SetPrevFreeBytes(info->GetPrevFreeBytes() - allocation_size); in Alloc()
519 new_free->SetPrevFreeBytes(0); in Alloc()
552 new_info->SetPrevFreeBytes(0); in Alloc()