Searched refs:BYTE_TO_KB_SIZE (Results 1 – 3 of 3) sorted by relevance
321 … dataLength / BYTE_TO_KB_SIZE, bufferLength / BYTE_TO_KB_SIZE, structLength / BYTE_TO_KB_SIZE); in PrintCurMemoryCondition()
33 constexpr size_t BYTE_TO_KB_SIZE = 1024; variable
543 dumpString += "dataLength: " + std::to_string(dataLength / BYTE_TO_KB_SIZE) + " KB, " + in AudioCacheMemoryDump()544 "bufferLength: " + std::to_string(bufferLength / BYTE_TO_KB_SIZE) + " KB, " + in AudioCacheMemoryDump()545 "structLength: " + std::to_string(structLength / BYTE_TO_KB_SIZE) + " KB \n"; in AudioCacheMemoryDump()