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

1 2

  /src/external/bsd/jemalloc.old/dist/test/unit/
malloc_conf_2.c 3 const char *malloc_conf = "dirty_decay_ms:1000"; variable
background_thread_enable.c 3 const char *malloc_conf = "background_thread:false,narenas:1,max_background_threads:20"; variable
huge.c 4 const char *malloc_conf = "oversize_threshold:2097152"; variable
tcache_max.c 4 const char *malloc_conf = TEST_SAN_UAF_ALIGN_DISABLE; variable
  /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)");
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");
conf_init_confirm.c 3 const char *malloc_conf = "dirty_decay_ms:1234,confirm_conf:true"; variable
background_thread_init.c 10 const char *malloc_conf = "background_thread:true,percpu_arena:percpu"; variable
12 const char *malloc_conf = ""; variable
background_thread_enable.c 3 const char *malloc_conf = variable
  /src/external/bsd/jemalloc.old/include/jemalloc/
jemalloc_rename.h 15 # define je_malloc_conf malloc_conf
jemalloc_mangle.h 20 # define malloc_conf je_malloc_conf macro
jemalloc_mangle_jet.h 20 # define malloc_conf jet_malloc_conf macro
  /src/external/bsd/jemalloc/dist/include/jemalloc/
jemalloc_rename.h 17 # define je_malloc_conf malloc_conf
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_rename.h 17 # define je_malloc_conf malloc_conf
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/include/jemalloc/internal/
public_namespace.h 9 #define je_malloc_conf JEMALLOC_N(malloc_conf)
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
public_namespace.h 11 #define je_malloc_conf JEMALLOC_N(malloc_conf)
  /src/external/bsd/jemalloc/include/jemalloc/internal/
public_namespace.h 11 #define je_malloc_conf JEMALLOC_N(malloc_conf)
  /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/scripts/
gen_travis.py 68 MALLOC_CONF = auto()
89 return Option(Option.Type.MALLOC_CONF, value)
150 # 'malloc_conf' symbols and such, which are declared weak under Linux.
177 malloc_conf = [x.value for x in combination if x.type == Option.Type.MALLOC_CONF]
180 if len(malloc_conf) > 0:
181 configure_flags.append('--with-malloc-conf=' + ','.join(malloc_conf))
213 configure flags and malloc_conf settings.
  /src/external/bsd/jemalloc/dist/scripts/
gen_travis.py 68 MALLOC_CONF = auto()
89 return Option(Option.Type.MALLOC_CONF, value)
104 Option.Type.MALLOC_CONF: 'MALLOC_CONF',
161 # 'malloc_conf' symbols and such, which are declared weak under Linux.
188 malloc_conf = [x.value for x in combination if x.type == Option.Type.MALLOC_CONF]
191 if len(malloc_conf) > 0:
192 configure_flags.append('--with-malloc-conf=' + ','.join(malloc_conf))
224 configure flags and malloc_conf settings
    [all...]

Completed in 18 milliseconds

1 2