Home | History | Annotate | Download | only in Support

Lines Matching defs:BytesAllocated

117 void printBumpPtrAllocatorStats(unsigned NumSlabs, size_t BytesAllocated,
158 BytesAllocated(Old.BytesAllocated), RedZoneSize(Old.RedZoneSize),
161 Old.BytesAllocated = 0;
177 BytesAllocated = RHS.BytesAllocated;
184 RHS.BytesAllocated = 0;
201 BytesAllocated = 0;
216 BytesAllocated += Size;
290 size_t getBytesAllocated() const { return BytesAllocated; }
297 detail::printBumpPtrAllocatorStats(Slabs.size(), BytesAllocated,
319 size_t BytesAllocated = 0;