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

  /external/jemalloc/include/jemalloc/internal/
stats.h 119 uint64_t nmadvise; member in struct:arena_stats_s
  /external/jemalloc/test/unit/
stats.c 83 uint64_t npurge, nmadvise, purged; local
112 assert_d_eq(mallctl("stats.arenas.0.nmadvise", (void *)&nmadvise, &sz,
120 assert_u64_le(nmadvise, purged,
121 "nmadvise should be no greater than purged");
  /external/jemalloc/src/
stats.c 325 uint64_t npurge, nmadvise, purged; local
389 CTL_M2_GET("stats.arenas.0.nmadvise", i, &nmadvise, uint64_t);
399 "\t\t\t\t\"nmadvise\": %"FMTu64",\n", nmadvise);
405 ", purged: %"FMTu64"\n", pdirty, npurge, nmadvise, purged);
    [all...]
arena.c 1659 size_t npurged, nmadvise; local
    [all...]
ctl.c 465 {NAME("nmadvise"), CTL(stats_arenas_i_nmadvise)},
600 sstats->astats.nmadvise += astats->astats.nmadvise;
    [all...]
  /external/jemalloc_new/include/jemalloc/internal/
arena_stats.h 46 arena_stats_u64_t nmadvise; member in struct:arena_stats_decay_s
  /external/jemalloc_new/src/
arena.c 100 arena_stats_accum_u64(&astats->decay_dirty.nmadvise,
102 &arena->stats.decay_dirty.nmadvise));
110 arena_stats_accum_u64(&astats->decay_muzzy.nmadvise,
112 &arena->stats.decay_muzzy.nmadvise));
746 UNUSED size_t nmadvise, nunmapped; local
750 nmadvise = 0;
759 nmadvise++;
797 &decay->stats->nmadvise, nmadvise);
    [all...]
ctl.c 767 ctl_accum_arena_stats_u64(&sdstats->astats.decay_dirty.nmadvise,
768 &astats->astats.decay_dirty.nmadvise);
774 ctl_accum_arena_stats_u64(&sdstats->astats.decay_muzzy.nmadvise,
775 &astats->astats.decay_muzzy.nmadvise);
    [all...]

Completed in 239 milliseconds