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

/external/jemalloc/include/jemalloc/internal/
H A Dstats.h46 uint64_t nfills; member in struct:malloc_bin_stats_s
/external/jemalloc/test/unit/
H A Dstats.c259 uint64_t epoch, nmalloc, ndalloc, nrequests, nfills, nflushes; local
287 assert_d_eq(mallctl("stats.arenas.0.bins.0.nfills", &nfills, &sz,
312 assert_u64_gt(nfills, 0,
/external/jemalloc/src/
H A Dstats.c70 " ndalloc nrequests nfills nflushes"
88 uint64_t nmalloc, ndalloc, nrequests, nfills, nflushes; local
117 CTL_IJ_GET("stats.arenas.0.bins.0.nfills",
118 &nfills, uint64_t);
134 nfills, nflushes, nruns, reruns, curruns);
H A Dctl.c349 {NAME("nfills"), CTL(stats_arenas_i_bins_j_nfills)},
521 sstats->bstats[i].nfills += astats->bstats[i].nfills;
1659 ctl_stats.arenas[mib[2]].bstats[mib[4]].nfills, uint64_t)
H A Darena.c1591 bin->stats.nfills++;
2392 bstats[i].nfills += bin->stats.nfills;

Completed in 112 milliseconds