Searched refs:prev_free_ (Results 1 – 1 of 1) sorted by relevance
259 AllocationInfo() : prev_free_(0), alloc_size_(0) { in AllocationInfo()299 DCHECK_NE(prev_free_, 0U); in GetPrevFreeInfo()300 return this - prev_free_; in GetPrevFreeInfo()308 return prev_free_; in GetPrevFree()317 prev_free_ = bytes / FreeListSpace::kAlignment; in SetPrevFreeBytes()327 uint32_t prev_free_; member in art::gc::space::AllocationInfo