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

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
sec_opts.h 13 * distributed across shards [0, nshards - 1).
15 size_t nshards; member in struct:sec_opts_s
46 /* nshards */ \
  /src/external/bsd/jemalloc/include/jemalloc/internal/
sec_opts.h 13 * distributed across shards [0, nshards - 1).
15 size_t nshards; member in struct:sec_opts_s
46 /* nshards */ \
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
sec_opts.h 13 * distributed across shards [0, nshards - 1).
15 size_t nshards; member in struct:sec_opts_s
46 /* nshards */ \
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
sec_opts.h 13 * distributed across shards [0, nshards - 1).
15 size_t nshards; member in struct:sec_opts_s
46 /* nshards */ \
  /src/external/bsd/jemalloc/dist/test/unit/
binshard.c 115 expect_d_eq(mallctlnametomib("arenas.bin.0.nshards", mib, &miblen), 0,
122 uint32_t nshards; local
126 sz1 = sizeof(nshards);
127 expect_d_eq(mallctlbymib(mib, miblen, (void *)&nshards, &sz1,
136 expect_u_eq(nshards, 16, "Unexpected nshards");
138 expect_u_eq(nshards, 8, "Unexpected nshards");
140 expect_u_eq(nshards, 4, "Unexpected nshards");
    [all...]
  /src/external/bsd/jemalloc.old/dist/test/unit/
binshard.c 115 expect_d_eq(mallctlnametomib("arenas.bin.0.nshards", mib, &miblen), 0,
122 uint32_t nshards; local
126 sz1 = sizeof(nshards);
127 expect_d_eq(mallctlbymib(mib, miblen, (void *)&nshards, &sz1,
136 expect_u_eq(nshards, 16, "Unexpected nshards");
138 expect_u_eq(nshards, 8, "Unexpected nshards");
140 expect_u_eq(nshards, 4, "Unexpected nshards");
    [all...]
  /src/external/bsd/jemalloc/dist/src/
stats.c 341 COL_HDR(row, nshards, NULL, right, 9, unsigned)
402 uint32_t nregs, nshards; local
440 CTL_LEAF(arenas_bin_mib, 3, "nshards", &nshards, uint32_t);
530 col_nshards.unsigned_val = nshards;
1645 CTL_LEAF(arenas_bin_mib, 3, "nshards", &u32v, uint32_t);
1646 emitter_json_kv(emitter, "nshards", emitter_type_uint32,
jemalloc.c 1320 size_t nshards; local
1323 &size_start, &size_end, &nshards);
1326 size_end, nshards)) {
1551 CONF_HANDLE_SIZE_T(opt_hpa_sec_opts.nshards,
  /src/external/bsd/jemalloc.old/dist/src/
stats.c 341 COL_HDR(row, nshards, NULL, right, 9, unsigned)
402 uint32_t nregs, nshards; local
440 CTL_LEAF(arenas_bin_mib, 3, "nshards", &nshards, uint32_t);
530 col_nshards.unsigned_val = nshards;
1645 CTL_LEAF(arenas_bin_mib, 3, "nshards", &u32v, uint32_t);
1646 emitter_json_kv(emitter, "nshards", emitter_type_uint32,
jemalloc.c 1320 size_t nshards; local
1323 &size_start, &size_end, &nshards);
1326 size_end, nshards)) {
1551 CONF_HANDLE_SIZE_T(opt_hpa_sec_opts.nshards,

Completed in 36 milliseconds