Home | History | Annotate | Download | only in allocator

Lines Matching refs:tailp

162       Slot** tailp = kUseTail ? reinterpret_cast<Slot**>(&tail_) : nullptr;
167 DCHECK(*tailp == nullptr);
173 DCHECK(*tailp != nullptr);
180 *tailp = nullptr;
197 Slot** tailp = kUseTail ? reinterpret_cast<Slot**>(&tail_) : nullptr;
202 DCHECK(*tailp == nullptr);
206 *tailp = slot;
211 DCHECK(*tailp != nullptr);
236 Slot** tailp = kUseTail ? reinterpret_cast<Slot**>(&tail_) : nullptr;
242 *tailp = list->Tail();
251 // if kUseTail, no change to tailp.