reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
159 : CurPtr(Old.CurPtr), End(Old.End), Slabs(std::move(Old.Slabs)), 163 Old.CurPtr = Old.End = nullptr; 179 End = RHS.End; 179 End = RHS.End; 186 RHS.CurPtr = RHS.End = nullptr; 206 End = CurPtr + SlabSize; 229 if (Adjustment + SizeToAllocate <= size_t(End - CurPtr)) { 261 assert(AlignedAddr + SizeToAllocate <= (uintptr_t)End && 412 End = ((char *)NewSlab) + AllocatedSlabSize;