Searched refs:COL_HDR (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/jemalloc/src/ |
H A D | stats.c | 259 #define COL_HDR(row_name, column_name, human, left_or_right, col_width, etype) \ macro 285 COL_HDR(row, size, NULL, right, 20, size) in stats_arena_bins_print() 286 COL_HDR(row, ind, NULL, right, 4, unsigned) in stats_arena_bins_print() 287 COL_HDR(row, allocated, NULL, right, 13, uint64) in stats_arena_bins_print() 288 COL_HDR(row, nmalloc, NULL, right, 13, uint64) in stats_arena_bins_print() 289 COL_HDR(row, nmalloc_ps, "(#/sec)", right, 8, uint64) in stats_arena_bins_print() 290 COL_HDR(row, ndalloc, NULL, right, 13, uint64) in stats_arena_bins_print() 291 COL_HDR(row, ndalloc_ps, "(#/sec)", right, 8, uint64) in stats_arena_bins_print() 292 COL_HDR(row, nrequests, NULL, right, 13, uint64) in stats_arena_bins_print() 293 COL_HDR(row, nrequests_ps, "(#/sec)", right, 10, uint64) in stats_arena_bins_print() [all …]
|