Home
last modified time | relevance | path

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

/external/jemalloc_new/src/
Dstats.c696 emitter_col_t alloc_count_title; in stats_arena_print() local
697 emitter_col_init(&alloc_count_title, &alloc_count_row); in stats_arena_print()
698 alloc_count_title.justify = emitter_justify_left; in stats_arena_print()
699 alloc_count_title.width = 25; in stats_arena_print()
700 alloc_count_title.type = emitter_type_title; in stats_arena_print()
701 alloc_count_title.str_val = ""; in stats_arena_print()
742 alloc_count_title.str_val = "small:"; in stats_arena_print()
753 alloc_count_title.str_val = "large:"; in stats_arena_print()
766 alloc_count_title.str_val = "total:"; in stats_arena_print()