HomeSort by relevance Sort by last modified time
    Searched defs:nflushes (Results 1 - 3 of 3) 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,

Completed in 286 milliseconds