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

/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Dstats.c34 uint64_t nmalloc, ndalloc, nrequests; local
49 assert_d_eq(mallctl("stats.arenas.0.large.nmalloc", (void *)&nmalloc,
60 assert_u64_ge(nmalloc, ndalloc,
61 "nmalloc should be at least as large as ndalloc");
62 assert_u64_le(nmalloc, nrequests,
63 "nmalloc should no larger than nrequests");
140 uint64_t epoch, nmalloc, ndalloc, nrequests; local
163 assert_d_eq(mallctl("stats.arenas.0.small.nmalloc", (void *)&nmalloc,
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/include/jemalloc/internal/
H A Dstats_structs.h17 * each to nmalloc and ndalloc.
19 uint64_t nmalloc; member in struct:malloc_bin_stats_s
59 uint64_t nmalloc; member in struct:malloc_large_stats_s
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dstats.c52 "bins: size ind allocated nmalloc"
58 "bins: size ind allocated nmalloc"
69 uint64_t nmalloc, ndalloc, nrequests, nfills, nflushes; local
86 CTL_M2_M4_GET("stats.arenas.0.bins.0.nmalloc", i, j, &nmalloc,
108 "\t\t\t\t\t\t\"nmalloc\": %"FMTu64",\n"
112 nmalloc,
156 reg_size, j, curregs * reg_size, nmalloc,
166 reg_size, j, curregs * reg_size, nmalloc,
198 "large: size ind allocated nmalloc"
202 uint64_t nmalloc, ndalloc, nrequests; local
[all...]
H A Darena.c218 arena->stats.lstats[hindex].nmalloc++;
237 arena->stats.lstats[hindex].nmalloc--;
1143 bin->stats.nmalloc += i;
1202 bin->stats.nmalloc++;
1623 lstats[i].nmalloc += arena->stats.lstats[i].nmalloc;
1649 bstats[i].nmalloc += bin->stats.nmalloc;
H A Dctl.c329 {NAME("nmalloc"), CTL(stats_arenas_i_small_nmalloc)},
336 {NAME("nmalloc"), CTL(stats_arenas_i_large_nmalloc)},
342 {NAME("nmalloc"), CTL(stats_arenas_i_bins_j_nmalloc)},
361 {NAME("nmalloc"), CTL(stats_arenas_i_lextents_j_nmalloc)},
563 ctl_arena->astats->bstats[i].nmalloc;
635 sdstats->bstats[i].nmalloc += astats->bstats[i].nmalloc;
660 sdstats->lstats[i].nmalloc += astats->lstats[i].nmalloc;
2172 arenas_i(mib[2])->astats->bstats[mib[4]].nmalloc, uint64_
[all...]

Completed in 90 milliseconds