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

  /src/external/bsd/jemalloc/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/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
  /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/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) {
  /src/external/bsd/jemalloc/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 26 milliseconds