Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dobject.c966 … (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()
H A Dserver.c1160 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()
H A Dserver.h911 size_t allocator_allocated; member