Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dlarge_object_space.cc312 size_t GetPrevFree() const { in GetPrevFree() function in art::gc::space::AllocationInfo
317 return GetPrevFree() * FreeListSpace::kAlignment; in GetPrevFreeBytes()
353 if (a->GetPrevFree() < b->GetPrevFree()) return true; in operator ()()
354 if (a->GetPrevFree() > b->GetPrevFree()) return false; in operator ()()
420 CHECK_GT(info->GetPrevFree(), 0U); in RemoveFreePrev()
518 AllocationInfo* new_free = info - info->GetPrevFree(); in Alloc()