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

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
bin_stats.h 49 size_t nonfull_slabs; member in struct:bin_stats_s
psset.h 47 * The second index is huge stats; nonfull_slabs[pszind][0] contains
49 * nonfull_slabs[pszind][1] contains stats for the huge slabs.
51 psset_bin_stats_t nonfull_slabs[PSSET_NPSIZES][2]; member in struct:psset_stats_s
  /src/external/bsd/jemalloc/include/jemalloc/internal/
bin_stats.h 49 size_t nonfull_slabs; member in struct:bin_stats_s
psset.h 47 * The second index is huge stats; nonfull_slabs[pszind][0] contains
49 * nonfull_slabs[pszind][1] contains stats for the huge slabs.
51 psset_bin_stats_t nonfull_slabs[PSSET_NPSIZES][2]; member in struct:psset_stats_s
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
bin_stats.h 49 size_t nonfull_slabs; member in struct:bin_stats_s
psset.h 47 * The second index is huge stats; nonfull_slabs[pszind][0] contains
49 * nonfull_slabs[pszind][1] contains stats for the huge slabs.
51 psset_bin_stats_t nonfull_slabs[PSSET_NPSIZES][2]; member in struct:psset_stats_s
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
bin_stats.h 49 size_t nonfull_slabs; member in struct:bin_stats_s
psset.h 47 * The second index is huge stats; nonfull_slabs[pszind][0] contains
49 * nonfull_slabs[pszind][1] contains stats for the huge slabs.
51 psset_bin_stats_t nonfull_slabs[PSSET_NPSIZES][2]; member in struct:psset_stats_s
  /src/external/bsd/jemalloc/dist/test/unit/
stats.c 234 size_t sz, curslabs, curregs, nonfull_slabs; local
295 gen_mallctl_str(cmd, "nonfull_slabs", arena_ind);
296 expect_d_eq(mallctl(cmd, (void *)&nonfull_slabs, &sz, NULL, 0),
318 expect_zu_eq(nonfull_slabs, 0,
  /src/external/bsd/jemalloc.old/dist/test/unit/
stats.c 234 size_t sz, curslabs, curregs, nonfull_slabs; local
295 gen_mallctl_str(cmd, "nonfull_slabs", arena_ind);
296 expect_d_eq(mallctl(cmd, (void *)&nonfull_slabs, &sz, NULL, 0),
318 expect_zu_eq(nonfull_slabs, 0,
  /src/external/bsd/jemalloc/dist/src/
stats.c 344 COL_HDR(row, nonfull_slabs, NULL, right, 15, size)
401 size_t nonfull_slabs; local
450 CTL_LEAF(stats_arenas_mib, 5, "nonfull_slabs", &nonfull_slabs,
485 emitter_json_kv(emitter, "nonfull_slabs", emitter_type_size,
486 &nonfull_slabs);
533 col_nonfull_slabs.size_val = nonfull_slabs;
945 CTL_LEAF_PREPARE(stats_arenas_mib, 3, "hpa_shard.nonfull_slabs");
948 emitter_json_array_kv_begin(emitter, "nonfull_slabs");
1004 emitter_json_array_end(emitter); /* End "nonfull_slabs" */
    [all...]
  /src/external/bsd/jemalloc.old/dist/src/
stats.c 344 COL_HDR(row, nonfull_slabs, NULL, right, 15, size)
401 size_t nonfull_slabs; local
450 CTL_LEAF(stats_arenas_mib, 5, "nonfull_slabs", &nonfull_slabs,
485 emitter_json_kv(emitter, "nonfull_slabs", emitter_type_size,
486 &nonfull_slabs);
533 col_nonfull_slabs.size_val = nonfull_slabs;
945 CTL_LEAF_PREPARE(stats_arenas_mib, 3, "hpa_shard.nonfull_slabs");
948 emitter_json_array_kv_begin(emitter, "nonfull_slabs");
1004 emitter_json_array_end(emitter); /* End "nonfull_slabs" */
    [all...]

Completed in 22 milliseconds