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

  /external/jemalloc/include/jemalloc/internal/
stats.h 47 uint64_t nfills; member in struct:malloc_bin_stats_s
  /external/jemalloc/test/unit/
stats.c 280 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/
stats.c 64 " 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,
ctl.c 409 {NAME("nfills"), CTL(stats_arenas_i_bins_j_nfills)},
624 sstats->bstats[i].nfills +=
625 astats->bstats[i].nfills;
    [all...]
arena.c     [all...]

Completed in 61 milliseconds