Searched refs:totalAllocationSize (Results 1 – 2 of 2) sorted by relevance
507 uint64_t totalAllocationSize = 0; in dumpBuffers() local514 totalAllocationSize += bufferDump.allocationSize; in dumpBuffers()517 double totalAllocationSizeKiB = static_cast<double>(totalAllocationSize) / 1024; in dumpBuffers()
990 uint64_t totalAllocationSize = 0; in dumpBuffers() local1003 totalAllocationSize += allocationSize; in dumpBuffers()1006 double totalAllocationSizeKiB = static_cast<double>(totalAllocationSize) / 1024; in dumpBuffers()