HomeSort by: relevance | last modified time | path
    Searched defs:nfills (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
bin_stats.h 31 uint64_t nfills; member in struct:bin_stats_s
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
bin_stats.h 31 uint64_t nfills; member in struct:bin_stats_s
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
bin_stats.h 31 uint64_t nfills; member in struct:bin_stats_s
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
arena_stats.h 33 locked_u64_t nfills; /* Partially derived. */ member in struct:arena_stats_large_s
  /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;
  /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...]

Completed in 34 milliseconds