Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dobject.c959 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()
H A Dserver.h860 size_t startup_allocated; member
H A Dserver.c3307 mh->startup_allocated, in genRedisInfoString()