Searched refs:totalAllocationSize (Results 1 – 2 of 2) sorted by relevance
1039 uint64_t totalAllocationSize = 0; in dumpBuffers() local1052 totalAllocationSize += allocationSize; in dumpBuffers()1055 double totalAllocationSizeKiB = static_cast<double>(totalAllocationSize) / 1024; in dumpBuffers()
1129 uint64_t totalAllocationSize = 0; in BuffersDump() local1138 totalAllocationSize += hnd->size; in BuffersDump()1140 fs << "Total allocation = " << totalAllocationSize/1024 << "KiB" << std::endl; in BuffersDump()