Searched refs:TotalMemory (Results 1 – 4 of 4) sorted by relevance
21 size_t TotalMemory) { in printBumpPtrAllocatorStats() argument24 << "Bytes allocated: " << TotalMemory << '\n' in printBumpPtrAllocatorStats()25 << "Bytes wasted: " << (TotalMemory - BytesAllocated) in printBumpPtrAllocatorStats()
40 size_t TotalMemory);282 size_t TotalMemory = 0; in getTotalMemory() local284 TotalMemory += computeSlabSize(std::distance(Slabs.begin(), I)); in getTotalMemory()286 TotalMemory += PtrAndSize.second; in getTotalMemory()287 return TotalMemory; in getTotalMemory()
6862 USHORT TotalMemory; member
8150 USHORT TotalMemory; member