Searched refs:ndalloc (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/jemalloc/include/jemalloc/internal/
H A Dstats.h28 * each to nmalloc and ndalloc.
31 uint64_t ndalloc; member in struct:malloc_bin_stats_s
70 * each to nmalloc and ndalloc.
73 uint64_t ndalloc; member in struct:malloc_large_stats_s
95 uint64_t ndalloc; member in struct:malloc_huge_stats_s
/freebsd-11.0-release/contrib/jemalloc/src/
H A Dstats.c63 " ndalloc nrequests curregs curruns regs"
69 " ndalloc nrequests curregs curruns regs"
84 uint64_t nmalloc, ndalloc, nrequests, nfills, nflushes; local
99 CTL_M2_M4_GET("stats.arenas.0.bins.0.ndalloc", i, j,
100 &ndalloc, uint64_t);
139 ndalloc, nrequests, curregs, curruns, nregs,
149 ndalloc, nrequests, curregs, curruns, nregs,
168 "large: size ind allocated nmalloc ndalloc"
173 uint64_t nmalloc, ndalloc, nrequests; local
178 CTL_M2_M4_GET("stats.arenas.0.lruns.0.ndalloc",
220 uint64_t nmalloc, ndalloc, nrequests; local
[all...]
H A Dctl.c390 {NAME("ndalloc"), CTL(stats_arenas_i_small_ndalloc)},
397 {NAME("ndalloc"), CTL(stats_arenas_i_large_ndalloc)},
404 {NAME("ndalloc"), CTL(stats_arenas_i_huge_ndalloc)},
410 {NAME("ndalloc"), CTL(stats_arenas_i_bins_j_ndalloc)},
429 {NAME("ndalloc"), CTL(stats_arenas_i_lruns_j_ndalloc)},
443 {NAME("ndalloc"), CTL(stats_arenas_i_hchunks_j_ndalloc)},
577 cstats->ndalloc_small += cstats->bstats[i].ndalloc;
626 sstats->bstats[i].ndalloc += astats->bstats[i].ndalloc;
643 sstats->lstats[i].ndalloc
[all...]
H A Darena.c854 arena->stats.hstats[index].ndalloc++;
866 arena->stats.hstats[index].ndalloc--;
878 arena->stats.hstats[index].ndalloc--;
2911 bin->stats.ndalloc++;
2994 arena->stats.lstats[index].ndalloc++;
3045 arena->stats.lstats[oldindex].ndalloc++;
3140 arena->stats.lstats[oldindex].ndalloc++;
3443 lstats[i].ndalloc += arena->stats.lstats[i].ndalloc;
3450 hstats[i].ndalloc
[all...]

Completed in 123 milliseconds