Home
last modified time | relevance | path

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

/external/jemalloc_new/src/
Dstats.c703 emitter_col_t alloc_count_allocated; in stats_arena_print() local
704 emitter_col_init(&alloc_count_allocated, &alloc_count_row); in stats_arena_print()
705 alloc_count_allocated.justify = emitter_justify_right; in stats_arena_print()
706 alloc_count_allocated.width = 12; in stats_arena_print()
707 alloc_count_allocated.type = emitter_type_title; in stats_arena_print()
708 alloc_count_allocated.str_val = "allocated"; in stats_arena_print()
767 alloc_count_allocated.size_val = small_allocated + large_allocated; in stats_arena_print()