Searched refs:startup_allocated (Results 1 – 3 of 3) sorted by relevance
959 mh->startup_allocated = server.initial_memory_usage; in getMemoryOverheadData()1070 if (zmalloc_used > mh->startup_allocated) in getMemoryOverheadData()1071 net_usage = zmalloc_used - mh->startup_allocated; in getMemoryOverheadData()1350 addReplyLongLong(c,mh->startup_allocated); in memoryCommand()
860 size_t startup_allocated; member
3307 mh->startup_allocated, in genRedisInfoString()