Home
last modified time | relevance | path

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

/external/jemalloc_new/src/
Dstats.c111 col->justify = emitter_justify_right; \ in mutex_stats_init_cols()
599 decay_type.justify = emitter_justify_right; in stats_arena_print()
606 decay_time.justify = emitter_justify_right; in stats_arena_print()
613 decay_npages.justify = emitter_justify_right; in stats_arena_print()
620 decay_sweeps.justify = emitter_justify_right; in stats_arena_print()
627 decay_madvises.justify = emitter_justify_right; in stats_arena_print()
634 decay_purged.justify = emitter_justify_right; in stats_arena_print()
705 alloc_count_allocated.justify = emitter_justify_right; in stats_arena_print()
712 alloc_count_nmalloc.justify = emitter_justify_right; in stats_arena_print()
719 alloc_count_ndalloc.justify = emitter_justify_right; in stats_arena_print()
[all …]
/external/jemalloc_new/test/unit/
Demitter.c352 emitter_col_t def = {emitter_justify_right, 15, emitter_type_title}; in emit_table_row()
354 emitter_col_t ghi = {emitter_justify_right, 5, emitter_type_title}; in emit_table_row()
/external/jemalloc_new/include/jemalloc/internal/
Demitter.h15 emitter_justify_right, enumerator