Searched refs:nflushes (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dstats_structs.h39 uint64_t nflushes; member in struct:malloc_bin_stats_s
/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Dstats.c232 uint64_t epoch, nmalloc, ndalloc, nrequests, nfills, nflushes; local
265 assert_d_eq(mallctl("stats.arenas.0.bins.0.nflushes", (void *)&nflushes,
289 assert_u64_gt(nflushes, 0,
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dstats.c55 " nflushes newslabs reslabs\n");
69 uint64_t nmalloc, ndalloc, nrequests, nfills, nflushes; local
97 CTL_M2_M4_GET("stats.arenas.0.bins.0.nflushes", i, j,
98 &nflushes, uint64_t);
119 "\t\t\t\t\t\t\"nflushes\": %"FMTu64",\n",
121 nflushes);
159 nflushes, nslabs, nreslabs);
H A Dtcache.c118 bin->stats.nflushes++;
152 bin->stats.nflushes++;
H A Dctl.c347 {NAME("nflushes"), CTL(stats_arenas_i_bins_j_nflushes)},
647 sdstats->bstats[i].nflushes +=
648 astats->bstats[i].nflushes;
2182 arenas_i(mib[2])->astats->bstats[mib[4]].nflushes, uint64_t)
H A Darena.c1655 bstats[i].nflushes += bin->stats.nflushes;

Completed in 42 milliseconds