Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Dstats.c709 emitter_row_t decay_row; in stats_arena_print() local
710 emitter_row_init(&decay_row); in stats_arena_print()
737 COL(decay_row, decay_type, right, 9, title); in stats_arena_print()
740 COL(decay_row, decay_time, right, 6, title); in stats_arena_print()
743 COL(decay_row, decay_npages, right, 13, title); in stats_arena_print()
746 COL(decay_row, decay_sweeps, right, 13, title); in stats_arena_print()
749 COL(decay_row, decay_madvises, right, 13, title); in stats_arena_print()
752 COL(decay_row, decay_purged, right, 13, title); in stats_arena_print()
756 emitter_table_row(emitter, &decay_row); in stats_arena_print()
781 emitter_table_row(emitter, &decay_row); in stats_arena_print()
[all …]