Searched refs:zmalloc_used (Results 1 – 1 of 1) sorted by relevance
2934 size_t zmalloc_used = zmalloc_used_memory(); in genRedisInfoString() local2943 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()