Searched refs:bytesToHuman (Results 1 – 2 of 2) sorted by relevance
2802 void bytesToHuman(char *s, unsigned long long n) { in bytesToHuman() function2946 bytesToHuman(hmem,zmalloc_used); in genRedisInfoString()2947 bytesToHuman(peak_hmem,server.stat_peak_memory); in genRedisInfoString()2948 bytesToHuman(total_system_hmem,total_system_mem); in genRedisInfoString()2949 bytesToHuman(used_memory_lua_hmem,memory_lua); in genRedisInfoString()2950 bytesToHuman(used_memory_rss_hmem,server.resident_set_size); in genRedisInfoString()2951 bytesToHuman(maxmemory_hmem,server.maxmemory); in genRedisInfoString()
2238 void bytesToHuman(char *s, long long n) { in bytesToHuman() function2298 bytesToHuman(buf,aux); in statMode()