Home
last modified time | relevance | path

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

/external/jemalloc_new/src/
Dstats.c776 emitter_col_t mem_count_title; in stats_arena_print() local
777 emitter_col_init(&mem_count_title, &mem_count_row); in stats_arena_print()
778 mem_count_title.justify = emitter_justify_left; in stats_arena_print()
779 mem_count_title.width = 25; in stats_arena_print()
780 mem_count_title.type = emitter_type_title; in stats_arena_print()
781 mem_count_title.str_val = ""; in stats_arena_print()
794 mem_count_title.str_val = "active:"; in stats_arena_print()
801 mem_count_title.str_val = #stat":"; \ in stats_arena_print()