Home
last modified time | relevance | path

Searched refs:bytesToHuman (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dserver.c3097 void bytesToHuman(char *s, unsigned long long n) { in bytesToHuman() function
3248 bytesToHuman(hmem,zmalloc_used); in genRedisInfoString()
3249 bytesToHuman(peak_hmem,server.stat_peak_memory); in genRedisInfoString()
3250 bytesToHuman(total_system_hmem,total_system_mem); in genRedisInfoString()
3251 bytesToHuman(used_memory_lua_hmem,memory_lua); in genRedisInfoString()
3252 bytesToHuman(used_memory_scripts_hmem,mh->lua_caches); in genRedisInfoString()
3253 bytesToHuman(used_memory_rss_hmem,server.cron_malloc_stats.process_rss); in genRedisInfoString()
3254 bytesToHuman(maxmemory_hmem,server.maxmemory); in genRedisInfoString()
H A Dredis-cli.c6680 void bytesToHuman(char *s, long long n) { in bytesToHuman() function
6740 bytesToHuman(buf,aux); in statMode()