Searched refs:total_allocated (Results 1 – 2 of 2) sorted by relevance
958 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()
859 size_t total_allocated; member