Lines Matching defs:nmalloc
325 COL_HDR(row, nmalloc, NULL, right, 13, uint64)
403 uint64_t nmalloc, ndalloc, nrequests, nfills, nflushes;
441 CTL_LEAF(stats_arenas_mib, 5, "nmalloc", &nmalloc, uint64_t);
459 emitter_json_kv(emitter, "nmalloc", emitter_type_uint64,
460 &nmalloc);
517 col_nmalloc.uint64_val = nmalloc;
518 col_nmalloc_ps.uint64_val = rate_per_second(nmalloc, uptime);
579 COL_HDR(row, nmalloc, NULL, right, 13, uint64)
617 uint64_t nmalloc, ndalloc, nrequests;
625 CTL_LEAF(stats_arenas_mib, 5, "nmalloc", &nmalloc, uint64_t);
668 col_nmalloc.uint64_val = nmalloc;
669 col_nmalloc_ps.uint64_val = rate_per_second(nmalloc, uptime);
1201 col_count_nmalloc.str_val = "nmalloc";
1245 GET_AND_EMIT_ALLOC_STAT(small, nmalloc, uint64)
1268 GET_AND_EMIT_ALLOC_STAT(large, nmalloc, uint64)