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

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
sec_opts.h 18 * they're larger than max_alloc bytes, instead forwarding such objects
21 size_t max_alloc; member in struct:sec_opts_s
48 /* max_alloc */ \
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
sec_opts.h 18 * they're larger than max_alloc bytes, instead forwarding such objects
21 size_t max_alloc; member in struct:sec_opts_s
48 /* max_alloc */ \
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
store-int.h 49 size_t max_alloc; member in struct:krb5_storage_data
store_mem.c 152 sp->max_alloc = UINT_MAX/8;
212 sp->max_alloc = UINT_MAX/8;
store_fd.c 185 sp->max_alloc = UINT_MAX/8;
store_sock.c 159 sp->max_alloc = UINT_MAX/8;
store.c 136 sp->max_alloc = size;
143 if (sp->max_alloc && sp->max_alloc < size)
151 if (sp->max_alloc == 0 || size == 0)
153 size = sp->max_alloc / size;
store_emem.c 198 sp->max_alloc = UINT_MAX/8;
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
sec_opts.h 22 * they're larger than max_alloc bytes.
24 size_t max_alloc; member in struct:sec_opts_s
sec.h 96 return sec_is_used(sec) && size <= sec->opts.max_alloc;
  /src/external/bsd/jemalloc/include/jemalloc/internal/
sec_opts.h 22 * they're larger than max_alloc bytes.
24 size_t max_alloc; member in struct:sec_opts_s
sec.h 96 return sec_is_used(sec) && size <= sec->opts.max_alloc;
  /src/external/bsd/jemalloc/dist/src/
sec.c 27 assert(opts->max_alloc >= PAGE);
34 assert(opts->max_alloc <= USIZE_GROW_SLOW_THRESHOLD);
36 size_t max_alloc = PAGE_FLOOR(opts->max_alloc); local
37 pszind_t npsizes = sz_psz2ind(max_alloc) + 1;
246 if (size > sec->opts.max_alloc) {
270 assert(sec->opts.nshards != 0 && size <= sec->opts.max_alloc);
conf.c 950 CONF_HANDLE_SIZE_T(opt_hpa_sec_opts.max_alloc,
ctl.c 2174 CTL_RO_NL_GEN(opt_hpa_sec_max_alloc, opt_hpa_sec_opts.max_alloc, size_t)
  /src/external/bsd/jemalloc/dist/test/unit/
sec.c 38 opts.max_alloc = PAGE;
54 opts.max_alloc = 2 * PAGE;
61 expect_ptr_null(edata, "max_alloc is 2*PAGE, should not alloc 3*PAGE");
70 opts.max_alloc = 2 * PAGE;
115 opts.max_alloc = 2 * PAGE;
169 opts.max_alloc = PAGE;
227 opts.max_alloc = 4 * PAGE;
252 opts.max_alloc = 4 * PAGE;
297 opts.max_alloc = PAGE;
422 opts.max_alloc = 2 * PAGE
    [all...]
hpa_sec_integration.c 162 sec_opts.max_alloc = 2 * PAGE;
  /src/external/bsd/jemalloc.old/dist/src/
sec.c 26 assert(opts->max_alloc >= PAGE);
28 size_t max_alloc = PAGE_FLOOR(opts->max_alloc); local
29 pszind_t npsizes = sz_psz2ind(max_alloc) + 1;
229 || size > sec->opts.max_alloc) {
341 || edata_size_get(edata) > sec->opts.max_alloc) {
ctl.c 2151 CTL_RO_NL_GEN(opt_hpa_sec_max_alloc, opt_hpa_sec_opts.max_alloc, size_t)
jemalloc.c 1554 CONF_HANDLE_SIZE_T(opt_hpa_sec_opts.max_alloc,
  /src/external/bsd/unbound/dist/testcode/
unitregional.c 237 size_t max_alloc = 2048 + 128; /* small chance of LARGE */ local
240 burden_test(max_alloc);
  /src/external/bsd/jemalloc.old/dist/test/unit/
sec.c 27 test_sec_init(sec_t *sec, pai_t *fallback, size_t nshards, size_t max_alloc,
31 opts.max_alloc = max_alloc;
178 test_sec_init(&sec, &ta.pai, /* nshards */ 1, /* max_alloc */ 2 * PAGE,
255 test_sec_init(&sec, &ta.pai, /* nshards */ 1, /* max_alloc */ PAGE,
312 test_sec_init(&sec, &ta.pai, /* nshards */ 1, /* max_alloc */ PAGE,
376 size_t max_alloc = 2 * PAGE; local
381 test_sec_init(&sec, &ta.pai, /* nshards */ 1, max_alloc,
415 test_sec_init(&sec, &ta.pai, /* nshards */ 1, /* max_alloc */ 10 * PAGE,
496 test_sec_init(&sec, &ta.pai, /* nshards */ 1, /* max_alloc */ PAGE
    [all...]

Completed in 44 milliseconds