Searched refs:FormatMemory (Results 1 – 5 of 5) sorted by relevance
34 string FormatMemory(int64 bytes);
139 string memory = FormatMemory(total_bytes); in FormatNodeMemory()141 memory = FormatMemory(bytes) + "/" + memory; in FormatNodeMemory()
621 string memory = FormatMemory(total_bytes); in FormatNodeMemory()623 memory = FormatMemory(bytes) + "/" + memory; in FormatNodeMemory()
221 FormatMemory(node_bytes).c_str(), accu_pct, pct) in FormatMemoryNode()
54 string FormatMemory(int64 bytes) { in FormatMemory() function