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

/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dstats_structs.h17 * each to nmalloc and ndalloc.
20 uint64_t ndalloc; member in struct:malloc_bin_stats_s
60 uint64_t ndalloc; member in struct:malloc_large_stats_s
/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Dstats.c34 uint64_t nmalloc, ndalloc, nrequests; local
51 assert_d_eq(mallctl("stats.arenas.0.large.ndalloc", (void *)&ndalloc,
60 assert_u64_ge(nmalloc, ndalloc,
61 "nmalloc should be at least as large as ndalloc");
140 uint64_t epoch, nmalloc, ndalloc, nrequests; local
165 assert_d_eq(mallctl("stats.arenas.0.small.ndalloc", (void *)&ndalloc,
176 assert_u64_ge(nmalloc, ndalloc,
177 "nmalloc should be at least as large as ndalloc");
191 uint64_t epoch, nmalloc, ndalloc; local
232 uint64_t epoch, nmalloc, ndalloc, nrequests, nfills, nflushes; local
306 uint64_t epoch, nmalloc, ndalloc; local
[all...]
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dstats.c53 " ndalloc nrequests curregs"
59 " ndalloc nrequests curregs"
69 uint64_t nmalloc, ndalloc, nrequests, nfills, nflushes; local
88 CTL_M2_M4_GET("stats.arenas.0.bins.0.ndalloc", i, j, &ndalloc,
109 "\t\t\t\t\t\t\"ndalloc\": %"FMTu64",\n"
113 ndalloc,
157 ndalloc, nrequests, curregs, curslabs,
167 ndalloc, nrequests, curregs, curslabs,
199 " ndalloc nrequest
202 uint64_t nmalloc, ndalloc, nrequests; local
[all...]
H A Darena.c256 arena->stats.lstats[hindex].ndalloc++;
269 arena->stats.lstats[hindex].ndalloc--;
1411 bin->stats.ndalloc++;
1624 lstats[i].ndalloc += arena->stats.lstats[i].ndalloc;
1650 bstats[i].ndalloc += bin->stats.ndalloc;
H A Dctl.c330 {NAME("ndalloc"), CTL(stats_arenas_i_small_ndalloc)},
337 {NAME("ndalloc"), CTL(stats_arenas_i_large_ndalloc)},
343 {NAME("ndalloc"), CTL(stats_arenas_i_bins_j_ndalloc)},
362 {NAME("ndalloc"), CTL(stats_arenas_i_lextents_j_ndalloc)},
565 ctl_arena->astats->bstats[i].ndalloc;
636 sdstats->bstats[i].ndalloc += astats->bstats[i].ndalloc;
661 sdstats->lstats[i].ndalloc += astats->lstats[i].ndalloc;
2174 arenas_i(mib[2])->astats->bstats[mib[4]].ndalloc, uint64_
[all...]

Completed in 96 milliseconds