Lines Matching defs:ndalloc
327 COL_HDR(row, ndalloc, NULL, right, 13, uint64)
403 uint64_t nmalloc, ndalloc, nrequests, nfills, nflushes;
442 CTL_LEAF(stats_arenas_mib, 5, "ndalloc", &ndalloc, uint64_t);
461 emitter_json_kv(emitter, "ndalloc", emitter_type_uint64,
462 &ndalloc);
519 col_ndalloc.uint64_val = ndalloc;
520 col_ndalloc_ps.uint64_val = rate_per_second(ndalloc, uptime);
581 COL_HDR(row, ndalloc, NULL, right, 13, uint64)
617 uint64_t nmalloc, ndalloc, nrequests;
626 CTL_LEAF(stats_arenas_mib, 5, "ndalloc", &ndalloc, uint64_t);
670 col_ndalloc.uint64_val = ndalloc;
671 col_ndalloc_ps.uint64_val = rate_per_second(ndalloc, uptime);
1206 col_count_ndalloc.str_val = "ndalloc";
1248 GET_AND_EMIT_ALLOC_STAT(small, ndalloc, uint64)
1271 GET_AND_EMIT_ALLOC_STAT(large, ndalloc, uint64)