HomeSort by: relevance | last modified time | path
    Searched refs:batch_fill_extra (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
sec_opts.h 42 size_t batch_fill_extra; member in struct:sec_opts_s
54 /* batch_fill_extra */ \
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
sec_opts.h 42 size_t batch_fill_extra; member in struct:sec_opts_s
54 /* batch_fill_extra */ \
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
sec_opts.h 33 * batch_fill_extra extents of the same size.
35 size_t batch_fill_extra; member in struct:sec_opts_s
  /src/external/bsd/jemalloc/include/jemalloc/internal/
sec_opts.h 33 * batch_fill_extra extents of the same size.
35 size_t batch_fill_extra; member in struct:sec_opts_s
  /src/external/bsd/jemalloc/dist/test/unit/
hpa_sec_integration.c 164 sec_opts.batch_fill_extra = 4;
178 1 + sec_opts.batch_fill_extra, "");
179 expect_zu_eq(hpa_stats.secstats.bytes, PAGE * sec_opts.batch_fill_extra,
sec.c 72 opts.batch_fill_extra = 2;
117 opts.batch_fill_extra = 1;
  /src/external/bsd/jemalloc.old/dist/src/
sec.c 184 1 + sec->opts.batch_fill_extra, &result, &deferred_work_generated);
245 && sec->opts.batch_fill_extra > 0) {
ctl.c 2155 CTL_RO_NL_GEN(opt_hpa_sec_batch_fill_extra, opt_hpa_sec_opts.batch_fill_extra,
jemalloc.c 1563 CONF_HANDLE_SIZE_T(opt_hpa_sec_opts.batch_fill_extra,
  /src/external/bsd/jemalloc.old/dist/test/unit/
sec.c 38 opts.batch_fill_extra = 4;
  /src/external/bsd/jemalloc/dist/src/
conf.c 957 CONF_HANDLE_SIZE_T(opt_hpa_sec_opts.batch_fill_extra,
hpa.c 892 ? shard->sec.opts.batch_fill_extra + 1
ctl.c 2177 opt_hpa_sec_batch_fill_extra, opt_hpa_sec_opts.batch_fill_extra, size_t)

Completed in 25 milliseconds