Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dobject.c971 mh->allocator_rss_bytes = in getMemoryOverheadData()
1124 if (mh->allocator_rss > 1.1 && mh->allocator_rss_bytes > 10<<20) { in getMemoryDoctorReport()
1417 addReplyLongLong(c,mh->allocator_rss_bytes); in memoryCommand()
H A Dserver.h877 ssize_t allocator_rss_bytes; member
H A Dserver.c3326 mh->allocator_rss_bytes, in genRedisInfoString()