Searched refs:RleBitmapElement (Results 1 – 3 of 3) sorted by relevance
23 struct RleBitmapElement;26 using RleBitmapElementPtr = ktl::unique_ptr<RleBitmapElement>;28 using RleBitmapElementPtr = fbl::unique_ptr<RleBitmapElement>;120 struct RleBitmapElement : public fbl::DoublyLinkedListable<RleBitmapElementPtr> { struct
25 RleBitmapElementPtr new_elem(new (&ac) RleBitmapElement()); in AllocateElement()167 auto ends_after = elems_.find_if([bitoff](const RleBitmapElement& elem) -> bool { in SetInternal()182 RleBitmapElement& elem = *--ends_after; in SetInternal()
361 free_list.push_back(fbl::unique_ptr<RleBitmapElement>(new (&ac) RleBitmapElement())); in NoAlloc()369 free_list.push_back(fbl::unique_ptr<RleBitmapElement>(new (&ac) RleBitmapElement())); in NoAlloc()377 free_list.push_back(fbl::unique_ptr<RleBitmapElement>(new (&ac) RleBitmapElement())); in NoAlloc()
Completed in 8 milliseconds