Home
last modified time | relevance | path

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

/freebsd/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()
815 COL(alloc_count_row, count_allocated, right, 16, title); in stats_arena_print()
818 COL(alloc_count_row, count_nmalloc, right, 16, title); in stats_arena_print()
820 COL(alloc_count_row, count_nmalloc_ps, right, 8, title); in stats_arena_print()
823 COL(alloc_count_row, count_ndalloc, right, 16, title); in stats_arena_print()
825 COL(alloc_count_row, count_ndalloc_ps, right, 8, title); in stats_arena_print()
828 COL(alloc_count_row, count_nrequests, right, 16, title); in stats_arena_print()
830 COL(alloc_count_row, count_nrequests_ps, right, 10, title); in stats_arena_print()
[all …]