Searched refs:nmalloc (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dbin_stats.h12 * each to nmalloc and ndalloc.
14 uint64_t nmalloc; member in struct:bin_stats_s
H A Dbin.h110 dst_bin_stats->nmalloc += bin->stats.nmalloc;
H A Darena_stats.h29 arena_stats_u64_t nmalloc; member in struct:arena_stats_large_s
/freebsd-13-stable/contrib/tcsh/
H A Dtc.alloc.c149 * nmalloc[i] is the difference between the number of mallocs and frees
152 static U_int nmalloc[NBUCKETS] IZERO_STRUCT;
229 nmalloc[bucket]++;
339 nmalloc[size]--;
624 xprintf(" %4d", nmalloc[i]);
625 totused += nmalloc[i] * (1 << (i + 3));
/freebsd-13-stable/contrib/jemalloc/src/
H A Dstats.c288 COL_HDR(row, nmalloc, NULL, right, 13, uint64)
343 uint64_t nmalloc, ndalloc, nrequests, nfills, nflushes; local
361 CTL_M2_M4_GET("stats.arenas.0.bins.0.nmalloc", i, j, &nmalloc,
386 emitter_json_kv(emitter, "nmalloc", emitter_type_uint64,
387 &nmalloc);
434 col_nmalloc.uint64_val = nmalloc;
435 col_nmalloc_ps.uint64_val = rate_per_second(nmalloc, uptime);
485 COL_HDR(row, nmalloc, NULL, right, 13, uint64)
500 uint64_t nmalloc, ndallo local
[all...]
H A Darena.c139 uint64_t nmalloc = arena_stats_read_u64(tsdn, &arena->stats, local
140 &arena->stats.lstats[i].nmalloc);
141 arena_stats_accum_u64(&lstats[i].nmalloc, nmalloc);
142 arena_stats_accum_u64(&astats->nmalloc_large, nmalloc);
152 nmalloc + nrequests);
154 nmalloc + nrequests);
156 /* nfill == nmalloc for large currently. */
157 arena_stats_accum_u64(&lstats[i].nfills, nmalloc);
158 arena_stats_accum_u64(&astats->nfills_large, nmalloc);
[all...]
H A Dctl.c424 {NAME("nmalloc"), CTL(stats_arenas_i_small_nmalloc)},
433 {NAME("nmalloc"), CTL(stats_arenas_i_large_nmalloc)},
462 {NAME("nmalloc"), CTL(stats_arenas_i_bins_j_nmalloc)},
484 {NAME("nmalloc"), CTL(stats_arenas_i_lextents_j_nmalloc)},
811 ctl_arena->astats->bstats[i].nmalloc;
930 sdstats->bstats[i].nmalloc += astats->bstats[i].nmalloc;
960 ctl_accum_arena_stats_u64(&sdstats->lstats[i].nmalloc,
961 &astats->lstats[i].nmalloc);
3008 arenas_i(mib[2])->astats->bstats[mib[4]].nmalloc, uint64_
[all...]

Completed in 208 milliseconds