Searched refs:allocator_allocated (Results 1 – 3 of 3) sorted by relevance
966 … (float)server.cron_malloc_stats.allocator_active / server.cron_malloc_stats.allocator_allocated; in getMemoryOverheadData()968 server.cron_malloc_stats.allocator_active - server.cron_malloc_stats.allocator_allocated; in getMemoryOverheadData()1399 addReplyLongLong(c,server.cron_malloc_stats.allocator_allocated); in memoryCommand()
1160 zmalloc_get_allocator_info(&server.cron_malloc_stats.allocator_allocated, in serverCron()1174 if (!server.cron_malloc_stats.allocator_allocated) in serverCron()1175 server.cron_malloc_stats.allocator_allocated = server.cron_malloc_stats.zmalloc_used; in serverCron()2122 server.cron_malloc_stats.allocator_allocated = 0; in initServer()3310 server.cron_malloc_stats.allocator_allocated, in genRedisInfoString()
911 size_t allocator_allocated; member