Lines Matching refs:decay_row
709 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()
806 emitter_table_row(emitter, &decay_row); in stats_arena_print()