Home
last modified time | relevance | path

Searched refs:process_rss (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dobject.c962 (float)server.cron_malloc_stats.process_rss / server.cron_malloc_stats.zmalloc_used; in getMemoryOverheadData()
964 server.cron_malloc_stats.process_rss - server.cron_malloc_stats.zmalloc_used; in getMemoryOverheadData()
974 (float)server.cron_malloc_stats.process_rss / server.cron_malloc_stats.allocator_resident; in getMemoryOverheadData()
976 server.cron_malloc_stats.process_rss - server.cron_malloc_stats.allocator_resident; in getMemoryOverheadData()
H A Dserver.c1154 server.cron_malloc_stats.process_rss = zmalloc_get_rss(); in serverCron()
1170 … server.cron_malloc_stats.allocator_resident = server.cron_malloc_stats.process_rss - lua_memory; in serverCron()
2121 server.cron_malloc_stats.process_rss = 0; in initServer()
3253 bytesToHuman(used_memory_rss_hmem,server.cron_malloc_stats.process_rss); in genRedisInfoString()
3301 server.cron_malloc_stats.process_rss, in genRedisInfoString()
H A Dserver.h910 size_t process_rss; member