HomeSort by relevance Sort by last modified time
    Searched refs:nflushes (Results 1 - 6 of 6) sorted by null

  /external/jemalloc/include/jemalloc/internal/
stats.h 50 uint64_t nflushes; member in struct:malloc_bin_stats_s
  /external/jemalloc/test/unit/
stats.c 280 uint64_t epoch, nmalloc, ndalloc, nrequests, nfills, nflushes; local
312 assert_d_eq(mallctl("stats.arenas.0.bins.0.nflushes", &nflushes, &sz,
336 assert_u64_gt(nflushes, 0,
  /external/jemalloc/src/
stats.c 64 " pgs util nfills nflushes newruns"
84 uint64_t nmalloc, ndalloc, nrequests, nfills, nflushes; local
108 CTL_M2_M4_GET("stats.arenas.0.bins.0.nflushes",
109 i, j, &nflushes, uint64_t);
140 run_size / page, util, nfills, nflushes,
tcache.c 118 bin->stats.nflushes++;
155 bin->stats.nflushes++;
ctl.c 410 {NAME("nflushes"), CTL(stats_arenas_i_bins_j_nflushes)},
626 sstats->bstats[i].nflushes +=
627 astats->bstats[i].nflushes;
    [all...]
arena.c     [all...]

Completed in 218 milliseconds