Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dobject.c958 mh->total_allocated = zmalloc_used; in getMemoryOverheadData()
1101 if (mh->total_allocated < (1024*1024*5)) { in getMemoryDoctorReport()
1106 if (((float)mh->peak_allocated / mh->total_allocated) > 1.5) { in getMemoryDoctorReport()
1347 addReplyLongLong(c,mh->total_allocated); in memoryCommand()
H A Dserver.h859 size_t total_allocated; member