Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dzmalloc.h88 int zmalloc_get_allocator_info(size_t *allocated, size_t *active, size_t *resident);
H A Dzmalloc.c305 int zmalloc_get_allocator_info(size_t *allocated, in zmalloc_get_allocator_info() function
327 int zmalloc_get_allocator_info(size_t *allocated, in zmalloc_get_allocator_info() function
H A Ddefrag.c871 zmalloc_get_allocator_info(&allocated, &active, &resident); in getAllocatorFragmentation()
H A Dserver.c1160 zmalloc_get_allocator_info(&server.cron_malloc_stats.allocator_allocated, in serverCron()