Home
last modified time | relevance | path

Searched refs:nflushes (Results 1 – 6 of 6) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dbin.h99 dst_bin_stats->nflushes += bin->stats.nflushes; in bin_stats_merge()
Dbin_stats.h34 uint64_t nflushes; member
/external/jemalloc_new/test/unit/
Dstats.c231 uint64_t epoch, nmalloc, ndalloc, nrequests, nfills, nflushes; in TEST_BEGIN() local
278 assert_d_eq(mallctl(cmd, (void *)&nflushes, &sz, NULL, 0), expected, in TEST_BEGIN()
304 assert_u64_gt(nflushes, 0, in TEST_BEGIN()
/external/jemalloc_new/src/
Dstats.c260 COL(nflushes, right, 13, uint64) in stats_arena_bins_print()
297 uint64_t nmalloc, ndalloc, nrequests, nfills, nflushes; in stats_arena_bins_print() local
324 CTL_M2_M4_GET("stats.arenas.0.bins.0.nflushes", i, j, &nflushes, in stats_arena_bins_print()
348 &nflushes); in stats_arena_bins_print()
392 col_nflushes.uint64_val = nflushes; in stats_arena_bins_print()
Dtcache.c142 bin->stats.nflushes++; in tcache_bin_flush_small()
180 bin->stats.nflushes++; in tcache_bin_flush_small()
Dctl.c842 sdstats->bstats[i].nflushes += in ctl_arena_stats_sdmerge()
843 astats->bstats[i].nflushes; in ctl_arena_stats_sdmerge()
2829 arenas_i(mib[2])->astats->bstats[mib[4]].nflushes, uint64_t)