reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
162 Allocator(std::move(Old.Allocator)) { 184 Allocator = std::move(RHS.Allocator); 184 Allocator = std::move(RHS.Allocator); 244 void *NewSlab = Allocator.Allocate(PaddedSize, 0); 405 void *NewSlab = Allocator.Allocate(AllocatedSlabSize, 0); 421 Allocator.Deallocate(*I, AllocatedSlabSize); 430 Allocator.Deallocate(Ptr, Size);