| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| bin_stats.h | 31 uint64_t nfills; member in struct:bin_stats_s
|
| bin.h | 73 stats->nfills += bin->stats.nfills;
|
| arena_stats.h | 33 locked_u64_t nfills; /* Partially derived. */ member in struct:arena_stats_large_s
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| bin_stats.h | 31 uint64_t nfills; member in struct:bin_stats_s
|
| bin.h | 73 stats->nfills += bin->stats.nfills;
|
| arena_stats.h | 33 locked_u64_t nfills; /* Partially derived. */ member in struct:arena_stats_large_s
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| bin_stats.h | 31 uint64_t nfills; member in struct:bin_stats_s
|
| bin.h | 98 dst_bin_stats->nfills += bin->stats.nfills;
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| bin_stats.h | 31 uint64_t nfills; member in struct:bin_stats_s
|
| bin.h | 98 dst_bin_stats->nfills += bin->stats.nfills;
|
| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| stats.c | 231 uint64_t epoch, nmalloc, ndalloc, nrequests, nfills, nflushes; local 274 gen_mallctl_str(cmd, "nfills", arena_ind); 275 assert_d_eq(mallctl(cmd, (void *)&nfills, &sz, NULL, 0), expected, 302 assert_u64_gt(nfills, 0,
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| stats.c | 235 uint64_t epoch, nmalloc, ndalloc, nrequests, nfills, nflushes; local 278 gen_mallctl_str(cmd, "nfills", arena_ind); 279 expect_d_eq(mallctl(cmd, (void *)&nfills, &sz, NULL, 0), expected, 309 expect_u64_gt(nfills, 0,
|
| /src/external/bsd/jemalloc.old/dist/src/ |
| stats.c | 259 COL(nfills, right, 13, uint64) 297 uint64_t nmalloc, ndalloc, nrequests, nfills, nflushes; local 322 CTL_M2_M4_GET("stats.arenas.0.bins.0.nfills", i, j, &nfills, 345 emitter_json_kv(emitter, "nfills", emitter_type_uint64, 346 &nfills); 391 col_nfills.uint64_val = nfills;
|
| ctl.c | 431 {NAME("nfills"), CTL(stats_arenas_i_bins_j_nfills)}, 841 sdstats->bstats[i].nfills += astats->bstats[i].nfills; 2827 arenas_i(mib[2])->astats->bstats[mib[4]].nfills, uint64_t)
|
| arena.c | 1297 bin->stats.nfills++;
|
| /src/external/bsd/jemalloc/dist/src/ |
| stats.c | 350 COL_HDR(row, nfills, NULL, right, 13, uint64) 403 uint64_t nmalloc, ndalloc, nrequests, nfills, nflushes; local 446 CTL_LEAF(stats_arenas_mib, 5, "nfills", &nfills, uint64_t); 477 emitter_json_kv(emitter, "nfills", emitter_type_uint64, 478 &nfills); 537 col_nfills.uint64_val = nfills; 538 col_nfills_ps.uint64_val = rate_per_second(nfills, uptime); 1254 GET_AND_EMIT_ALLOC_STAT(small, nfills, uint64) 1277 GET_AND_EMIT_ALLOC_STAT(large, nfills, uint64 [all...] |
| arena.c | 129 locked_inc_u64_unsynchronized(&lstats[i].nfills, nmalloc); 1023 bin->stats.nfills++;
|
| ctl.c | 607 {NAME("nfills"), CTL(stats_arenas_i_small_nfills)}, 616 {NAME("nfills"), CTL(stats_arenas_i_large_nfills)}, 646 {NAME("nfills"), CTL(stats_arenas_i_bins_j_nfills)}, 1075 ctl_arena->astats->nfills_small += bstats->nfills; 1199 merged->nfills += bstats->nfills; 3572 * Note: "nmalloc_large" here instead of "nfills" in the read. This is 3683 arenas_i(mib[2])->astats->bstats[mib[4]].stats_data.nfills, uint64_t)
|