Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/jemalloc/src/
H A Dstats.c809 emitter_row_t alloc_count_row; in stats_arena_print() local
810 emitter_row_init(&alloc_count_row); in stats_arena_print()
812 COL(alloc_count_row, count_title, left, 21, title); in stats_arena_print()
818 COL(alloc_count_row, count_nmalloc, right, 16, title); in stats_arena_print()
823 COL(alloc_count_row, count_ndalloc, right, 16, title); in stats_arena_print()
833 COL(alloc_count_row, count_nfills, right, 16, title); in stats_arena_print()
838 COL(alloc_count_row, count_nflushes, right, 16, title); in stats_arena_print()
843 emitter_table_row(emitter, &alloc_count_row); in stats_arena_print()
879 emitter_table_row(emitter, &alloc_count_row); in stats_arena_print()
902 emitter_table_row(emitter, &alloc_count_row); in stats_arena_print()
[all …]