Lines Matching refs:nmalloc
249 COL(nmalloc, right, 13, uint64) in stats_arena_bins_print()
297 uint64_t nmalloc, ndalloc, nrequests, nfills, nflushes; in stats_arena_bins_print() local
314 CTL_M2_M4_GET("stats.arenas.0.bins.0.nmalloc", i, j, &nmalloc, in stats_arena_bins_print()
338 &nmalloc); in stats_arena_bins_print()
383 col_nmalloc.uint64_val = nmalloc; in stats_arena_bins_print()
440 COL(nmalloc, right, 13, uint64) in stats_arena_lextents_print()
453 uint64_t nmalloc, ndalloc, nrequests; in stats_arena_lextents_print() local
457 &nmalloc, uint64_t); in stats_arena_lextents_print()
482 col_nmalloc.uint64_val = nmalloc; in stats_arena_lextents_print()
745 GET_AND_EMIT_ALLOC_STAT(small, nmalloc, uint64) in stats_arena_print()
756 GET_AND_EMIT_ALLOC_STAT(large, nmalloc, uint64) in stats_arena_print()