Searched refs:BytesAllocated (Results 1 – 3 of 3) sorted by relevance
39 void printBumpPtrAllocatorStats(unsigned NumSlabs, size_t BytesAllocated,90 BytesAllocated(Old.BytesAllocated), RedZoneSize(Old.RedZoneSize) { in BumpPtrAllocatorImpl()92 Old.BytesAllocated = 0; in BumpPtrAllocatorImpl()108 BytesAllocated = RHS.BytesAllocated;115 RHS.BytesAllocated = 0;132 BytesAllocated = 0; in Reset()150 BytesAllocated += Size; in Allocate()295 size_t getBytesAllocated() const { return BytesAllocated; } in getBytesAllocated()302 detail::printBumpPtrAllocatorStats(Slabs.size(), BytesAllocated, in PrintStats()324 size_t BytesAllocated = 0; variable
87 size_t BytesAllocated = 0; in getBytesAllocated() local90 BytesAllocated += Allocators[Idx].getBytesAllocated(); in getBytesAllocated()92 return BytesAllocated; in getBytesAllocated()
20 void printBumpPtrAllocatorStats(unsigned NumSlabs, size_t BytesAllocated, in printBumpPtrAllocatorStats() argument23 << "Bytes used: " << BytesAllocated << '\n' in printBumpPtrAllocatorStats()25 << "Bytes wasted: " << (TotalMemory - BytesAllocated) in printBumpPtrAllocatorStats()