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

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
sec_opts.h 24 * flushing bins in that shard until we fall below bytes_after_flush.
35 size_t bytes_after_flush; member in struct:sec_opts_s
52 /* bytes_after_flush */ \
  /src/external/bsd/jemalloc/include/jemalloc/internal/
sec_opts.h 24 * flushing bins in that shard until we fall below bytes_after_flush.
35 size_t bytes_after_flush; member in struct:sec_opts_s
52 /* bytes_after_flush */ \
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
sec_opts.h 24 * flushing bins in that shard until we fall below bytes_after_flush.
35 size_t bytes_after_flush; member in struct:sec_opts_s
52 /* bytes_after_flush */ \
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
sec_opts.h 24 * flushing bins in that shard until we fall below bytes_after_flush.
35 size_t bytes_after_flush; member in struct:sec_opts_s
52 /* bytes_after_flush */ \
  /src/external/bsd/jemalloc/dist/src/
sec.c 125 while (shard->bytes_cur > sec->opts.bytes_after_flush) {
ctl.c 2153 CTL_RO_NL_GEN(opt_hpa_sec_bytes_after_flush, opt_hpa_sec_opts.bytes_after_flush,
jemalloc.c 1560 CONF_HANDLE_SIZE_T(opt_hpa_sec_opts.bytes_after_flush,
  /src/external/bsd/jemalloc/dist/test/unit/
sec.c 37 opts.bytes_after_flush = max_bytes / 2;
  /src/external/bsd/jemalloc.old/dist/src/
sec.c 125 while (shard->bytes_cur > sec->opts.bytes_after_flush) {
ctl.c 2153 CTL_RO_NL_GEN(opt_hpa_sec_bytes_after_flush, opt_hpa_sec_opts.bytes_after_flush,
jemalloc.c 1560 CONF_HANDLE_SIZE_T(opt_hpa_sec_opts.bytes_after_flush,
  /src/external/bsd/jemalloc.old/dist/test/unit/
sec.c 37 opts.bytes_after_flush = max_bytes / 2;

Completed in 48 milliseconds