Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dserver.c2934 size_t zmalloc_used = zmalloc_used_memory(); in genRedisInfoString() local
2943 if (zmalloc_used > server.stat_peak_memory) in genRedisInfoString()
2944 server.stat_peak_memory = zmalloc_used; in genRedisInfoString()
2946 bytesToHuman(hmem,zmalloc_used); in genRedisInfoString()
2971 zmalloc_used, in genRedisInfoString()