Home | History | Annotate | Download | only in Support

Lines Matching defs:BytesAllocated

117 void printBumpPtrAllocatorStats(unsigned NumSlabs, size_t BytesAllocated,
148 : CurPtr(nullptr), End(nullptr), BytesAllocated(0), Allocator() {}
151 : CurPtr(nullptr), End(nullptr), BytesAllocated(0),
159 BytesAllocated(Old.BytesAllocated),
162 Old.BytesAllocated = 0;
178 BytesAllocated = RHS.BytesAllocated;
184 RHS.BytesAllocated = 0;
201 BytesAllocated = 0;
216 BytesAllocated += Size;
284 size_t getBytesAllocated() const { return BytesAllocated; }
287 detail::printBumpPtrAllocatorStats(Slabs.size(), BytesAllocated,
309 size_t BytesAllocated;