Searched refs:decay_row (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/jemalloc/src/ |
| H A D | stats.c | 1091 emitter_row_t decay_row; in stats_arena_print() local 1092 emitter_row_init(&decay_row); in stats_arena_print() 1119 COL(decay_row, decay_type, right, 9, title); in stats_arena_print() 1122 COL(decay_row, decay_time, right, 6, title); in stats_arena_print() 1125 COL(decay_row, decay_npages, right, 13, title); in stats_arena_print() 1128 COL(decay_row, decay_sweeps, right, 13, title); in stats_arena_print() 1131 COL(decay_row, decay_madvises, right, 13, title); in stats_arena_print() 1134 COL(decay_row, decay_purged, right, 13, title); in stats_arena_print() 1138 emitter_table_row(emitter, &decay_row); in stats_arena_print() 1163 emitter_table_row(emitter, &decay_row); in stats_arena_print() [all …]
|