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

/freebsd-10.1-release/contrib/jemalloc/include/jemalloc/internal/
H A Dstats.h33 * each to nmalloc and ndalloc.
36 uint64_t ndalloc; member in struct:malloc_bin_stats_s
69 * each to nmalloc and ndalloc.
72 uint64_t ndalloc; member in struct:malloc_large_stats_s
H A Dctl.h63 uint64_t ndalloc; /* huge_ndalloc */ member in struct:ctl_stats_s::__anon1594
/freebsd-10.1-release/contrib/jemalloc/src/
H A Dstats.c70 " ndalloc nrequests nfills nflushes"
75 " ndalloc newruns reruns curruns\n");
88 uint64_t nmalloc, ndalloc, nrequests, nfills, nflushes; local
112 CTL_IJ_GET("stats.arenas.0.bins.0.ndalloc",
113 &ndalloc, uint64_t);
133 allocated, nmalloc, ndalloc, nrequests,
141 allocated, nmalloc, ndalloc, nruns, reruns,
168 "large: size pages nmalloc ndalloc nrequests"
172 uint64_t nmalloc, ndalloc, nrequests; local
177 CTL_IJ_GET("stats.arenas.0.lruns.0.ndalloc",
[all...]
H A Dctl.c325 {NAME("ndalloc"), CTL(stats_huge_ndalloc)}
331 {NAME("ndalloc"), CTL(stats_arenas_i_small_ndalloc)},
338 {NAME("ndalloc"), CTL(stats_arenas_i_large_ndalloc)},
345 {NAME("ndalloc"), CTL(stats_arenas_i_bins_j_ndalloc)},
363 {NAME("ndalloc"), CTL(stats_arenas_i_lruns_j_ndalloc)},
473 cstats->ndalloc_small += cstats->bstats[i].ndalloc;
503 sstats->lstats[i].ndalloc += astats->lstats[i].ndalloc;
511 sstats->bstats[i].ndalloc += astats->bstats[i].ndalloc;
[all...]
H A Darena.c1718 bin->stats.ndalloc++;
1765 arena->stats.lstats[(size >> LG_PAGE) - 1].ndalloc++;
1799 arena->stats.lstats[(oldsize >> LG_PAGE) - 1].ndalloc++;
1860 arena->stats.lstats[(oldsize >> LG_PAGE) - 1].ndalloc++;
2061 lstats[i].ndalloc += arena->stats.lstats[i].ndalloc;
2073 bstats[i].ndalloc += bin->stats.ndalloc;

Completed in 118 milliseconds