Home | History | Annotate | Download | only in allocator

Lines Matching defs:tail_

144     SlotFreeList() : head_(0U), tail_(0), size_(0), padding_(0) {}
150 return reinterpret_cast<Slot*>(tail_);
162 Slot** tailp = kUseTail ? reinterpret_cast<Slot**>(&tail_) : nullptr;
197 Slot** tailp = kUseTail ? reinterpret_cast<Slot**>(&tail_) : nullptr;
236 Slot** tailp = kUseTail ? reinterpret_cast<Slot**>(&tail_) : nullptr;
263 tail_ = 0;
270 Slot* tail = kUseTail ? reinterpret_cast<Slot*>(tail_) : nullptr;
302 uint64_t tail_;