Home
last modified time | relevance | path

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

/external/jemalloc_new/src/
Dstats.c717 emitter_col_t alloc_count_ndalloc; in stats_arena_print() local
718 emitter_col_init(&alloc_count_ndalloc, &alloc_count_row); in stats_arena_print()
719 alloc_count_ndalloc.justify = emitter_justify_right; in stats_arena_print()
720 alloc_count_ndalloc.width = 12; in stats_arena_print()
721 alloc_count_ndalloc.type = emitter_type_title; in stats_arena_print()
722 alloc_count_ndalloc.str_val = "ndalloc"; in stats_arena_print()
769 alloc_count_ndalloc.uint64_val = small_ndalloc + large_ndalloc; in stats_arena_print()