Searched refs:alloc_count_row (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/jemalloc/src/ |
| H A D | stats.c | 1191 emitter_row_t alloc_count_row; in stats_arena_print() local 1192 emitter_row_init(&alloc_count_row); in stats_arena_print() 1194 COL(alloc_count_row, count_title, left, 21, title); in stats_arena_print() 1197 COL(alloc_count_row, count_allocated, right, 16, title); in stats_arena_print() 1200 COL(alloc_count_row, count_nmalloc, right, 16, title); in stats_arena_print() 1202 COL(alloc_count_row, count_nmalloc_ps, right, 10, title); in stats_arena_print() 1205 COL(alloc_count_row, count_ndalloc, right, 16, title); in stats_arena_print() 1207 COL(alloc_count_row, count_ndalloc_ps, right, 10, title); in stats_arena_print() 1210 COL(alloc_count_row, count_nrequests, right, 16, title); in stats_arena_print() 1212 COL(alloc_count_row, count_nrequests_ps, right, 10, title); in stats_arena_print() [all …]
|