Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Ddefrag.c873 size_t frag_bytes = active - allocated; in getAllocatorFragmentation() local
877 *out_frag_bytes = frag_bytes; in getAllocatorFragmentation()
880 allocated, active, resident, frag_pct, rss_pct, frag_bytes, rss_bytes); in getAllocatorFragmentation()
998 size_t frag_bytes; in computeDefragCycles() local
999 float frag_pct = getAllocatorFragmentation(&frag_bytes); in computeDefragCycles()
1002 …if(frag_pct < server.active_defrag_threshold_lower || frag_bytes < server.active_defrag_ignore_byt… in computeDefragCycles()
1023 frag_pct, frag_bytes, cpu_pct); in computeDefragCycles()
1075 size_t frag_bytes; in activeDefragCycle() local
1076 float frag_pct = getAllocatorFragmentation(&frag_bytes); in activeDefragCycle()
1079 …now - start_scan)/1000), (int)(server.stat_active_defrag_hits - start_stat), frag_pct, frag_bytes); in activeDefragCycle()