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

/external/jemalloc/include/jemalloc/internal/
H A Dstats.h47 uint64_t nfills; member in struct:malloc_bin_stats_s
/external/jemalloc/test/unit/
H A Dstats.c280 uint64_t epoch, nmalloc, ndalloc, nrequests, nfills, nflushes; local
309 assert_d_eq(mallctl("stats.arenas.0.bins.0.nfills", &nfills, &sz,
334 assert_u64_gt(nfills, 0,
/external/jemalloc/src/
H A Dstats.c64 " pgs util nfills nflushes newruns"
84 uint64_t nmalloc, ndalloc, nrequests, nfills, nflushes; local
106 CTL_M2_M4_GET("stats.arenas.0.bins.0.nfills", i,
107 j, &nfills, uint64_t);
140 run_size / page, util, nfills, nflushes,
H A Dctl.c409 {NAME("nfills"), CTL(stats_arenas_i_bins_j_nfills)},
624 sstats->bstats[i].nfills +=
625 astats->bstats[i].nfills;
2149 ctl_stats.arenas[mib[2]].bstats[mib[4]].nfills, uint64_t)
H A Darena.c2249 bin->stats.nfills++;
3282 bstats[i].nfills += bin->stats.nfills;

Completed in 548 milliseconds