HomeSort by: relevance | last modified time | path
    Searched defs:malloc_conf (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/external/bsd/jemalloc/dist/test/unit/
conf_init_1.c 3 const char *malloc_conf = "dirty_decay_ms:1234"; variable
16 "dirty_decay_ms should be 1234 (set via malloc_conf)");
conf_init_confirm.c 3 const char *malloc_conf = "dirty_decay_ms:1234,confirm_conf:true"; variable
malloc_conf_2.c 3 const char *malloc_conf = "dirty_decay_ms:1000,muzzy_decay_ms:2000"; variable
37 mallctl("opt.malloc_conf.global_var", (void *)&mc, &sz, NULL, 0), 0,
39 expect_str_eq(mc, malloc_conf,
41 "malloc_conf");
43 expect_d_eq(mallctl("opt.malloc_conf.global_var_2_conf_harder",
67 "Non-conflicting option from malloc_conf should pass through");
background_thread_enable.c 3 const char *malloc_conf = variable
huge.c 4 const char *malloc_conf = "oversize_threshold:2097152"; variable
background_thread_init.c 10 const char *malloc_conf = "background_thread:true,percpu_arena:percpu"; variable
12 const char *malloc_conf = ""; variable
ncached_max.c 4 const char *malloc_conf = variable
53 /* Check ncached_max set by malloc_conf. */
uaf.c 9 const char *malloc_conf = TEST_SAN_UAF_ALIGN_ENABLE; variable
tcache_max.c 4 const char *malloc_conf = TEST_SAN_UAF_ALIGN_DISABLE; variable
  /src/external/bsd/jemalloc.old/dist/test/unit/
conf_init_1.c 3 const char *malloc_conf = "dirty_decay_ms:1234"; variable
16 "dirty_decay_ms should be 1234 (set via malloc_conf)");
conf_init_confirm.c 3 const char *malloc_conf = "dirty_decay_ms:1234,confirm_conf:true"; variable
malloc_conf_2.c 3 const char *malloc_conf = "dirty_decay_ms:1000,muzzy_decay_ms:2000"; variable
37 mallctl("opt.malloc_conf.global_var", (void *)&mc, &sz, NULL, 0), 0,
39 expect_str_eq(mc, malloc_conf,
41 "malloc_conf");
43 expect_d_eq(mallctl("opt.malloc_conf.global_var_2_conf_harder",
67 "Non-conflicting option from malloc_conf should pass through");
background_thread_enable.c 3 const char *malloc_conf = variable
huge.c 4 const char *malloc_conf = "oversize_threshold:2097152"; variable
background_thread_init.c 10 const char *malloc_conf = "background_thread:true,percpu_arena:percpu"; variable
12 const char *malloc_conf = ""; variable
ncached_max.c 4 const char *malloc_conf = variable
53 /* Check ncached_max set by malloc_conf. */
uaf.c 9 const char *malloc_conf = TEST_SAN_UAF_ALIGN_ENABLE; variable
  /src/external/mpl/bind/dist/lib/isc/
jemalloc_shim.h 25 const char *malloc_conf = NULL; variable
  /src/external/bsd/jemalloc/dist/test/stress/
fill_flush.c 8 const char *malloc_conf = "tcache_ncached_max:8-128:1024"; variable
  /src/external/bsd/jemalloc.old/dist/test/stress/
fill_flush.c 8 const char *malloc_conf = "tcache_ncached_max:8-128:1024"; variable
  /src/external/bsd/jemalloc/dist/include/jemalloc/
jemalloc_mangle.h 22 # define malloc_conf je_malloc_conf macro
jemalloc_mangle_jet.h 22 # define malloc_conf jet_malloc_conf macro
  /src/external/bsd/jemalloc/include/jemalloc/
jemalloc_mangle.h 22 # define malloc_conf je_malloc_conf macro
jemalloc_mangle_jet.h 22 # define malloc_conf jet_malloc_conf macro
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/
jemalloc_mangle.h 22 # define malloc_conf je_malloc_conf macro

Completed in 45 milliseconds

1 2