Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dobject.c967 mh->allocator_frag_bytes = in getMemoryOverheadData()
1118 if (mh->allocator_frag > 1.1 && mh->allocator_frag_bytes > 10<<20) { in getMemoryDoctorReport()
1411 addReplyLongLong(c,mh->allocator_frag_bytes); in memoryCommand()
H A Dserver.h875 ssize_t allocator_frag_bytes; member
H A Dserver.c3324 mh->allocator_frag_bytes, in genRedisInfoString()