Searched refs:last_new_ (Results 1 – 2 of 2) sorted by relevance
109 last_new_(nullptr), in Sectors()114 last_new_ = descriptors_.begin(); in Reset()128 SectorDescriptor* last_new() const { return last_new_; } in last_new()132 last_new_ = &FromAddress(address); in set_last_new_sector()223 SectorDescriptor* last_new_; variable
68 Index(last_new_), in Find()81 SectorDescriptor* sector = last_new_; in Find()140 last_new_ = first_empty_sector; in Find()162 return descriptors_[(Index(last_new_) + 1 + idx) % descriptors_.size()]; in WearLeveledSectorFromIndex()