Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dobject.c961 mh->total_frag = in getMemoryOverheadData()
1112 if (mh->total_frag > 1.4 && mh->total_frag_bytes > 10<<20) { in getMemoryDoctorReport()
1426 addReplyDouble(c,mh->total_frag); /* it is kept here for backwards compatibility */ in memoryCommand()
H A Dserver.h872 float total_frag; member
H A Dserver.c3329 mh->total_frag, /* this is the total RSS overhead, including fragmentation, */ in genRedisInfoString()