Searched refs:TotalMemory (Results 1 – 3 of 3) sorted by relevance
22 size_t TotalMemory) { in printBumpPtrAllocatorStats() argument25 << "Bytes allocated: " << TotalMemory << '\n' in printBumpPtrAllocatorStats()26 << "Bytes wasted: " << (TotalMemory - BytesAllocated) in printBumpPtrAllocatorStats()
121 size_t TotalMemory);342 size_t TotalMemory = 0; in getTotalMemory() local344 TotalMemory += computeSlabSize(std::distance(Slabs.begin(), I)); in getTotalMemory()346 TotalMemory += PtrAndSize.second; in getTotalMemory()347 return TotalMemory; in getTotalMemory()
6394 USHORT TotalMemory; member