Searched refs:BYTE_CONVERT (Results 1 – 2 of 2) sorted by relevance
134 return total / BYTE_CONVERT / BYTE_CONVERT / 2; // app mem account for 50% in GetAppMemorySizeInMB()157 log.AppendFormat("Total Node Size = %d KB (%d entries)\n", totalSize / BYTE_CONVERT, count); in DumpMemoryNodeStatistics()283 int size = static_cast<int>(info.size / BYTE_CONVERT); // k in DumpMemoryPicStatistics()
31 constexpr int BYTE_CONVERT = 1024; variable