reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
161 BytesAllocated(Old.BytesAllocated), RedZoneSize(Old.RedZoneSize), 164 Old.BytesAllocated = 0; 180 BytesAllocated = RHS.BytesAllocated; 180 BytesAllocated = RHS.BytesAllocated; 187 RHS.BytesAllocated = 0; 204 BytesAllocated = 0; 217 BytesAllocated += Size; 354 size_t getBytesAllocated() const { return BytesAllocated; } 361 detail::printBumpPtrAllocatorStats(Slabs.size(), BytesAllocated,