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

  /src/external/bsd/jemalloc/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
uaf.c 9 const char *malloc_conf = TEST_SAN_UAF_ALIGN_ENABLE; variable
  /src/external/bsd/jemalloc.old/dist/test/unit/
background_thread_enable.c 3 const char *malloc_conf = "background_thread:false,narenas:1,max_background_threads:20"; variable
  /src/external/bsd/jemalloc.old/dist/scripts/
gen_travis.py 80 malloc_conf = [ variable
83 if os == 'osx' and ('dss:primary' in malloc_conf or \
84 'percpu_arena:percpu' in malloc_conf or 'background_thread:true' \
85 in malloc_conf):
87 if len(malloc_conf) > 0:
88 configure_flags.append('--with-malloc-conf=' + ",".join(malloc_conf))
  /src/external/mpl/bind/dist/lib/isc/
jemalloc_shim.h 25 const char *malloc_conf = NULL; variable
  /src/external/bsd/jemalloc/include/jemalloc/
jemalloc_mangle.h 20 # define malloc_conf je_malloc_conf macro
jemalloc_mangle_jet.h 20 # define malloc_conf jet_malloc_conf macro
jemalloc.h 87 # define je_malloc_conf malloc_conf
450 # define malloc_conf je_malloc_conf macro
  /src/external/bsd/jemalloc.old/include/jemalloc/
jemalloc_mangle.h 20 # define malloc_conf je_malloc_conf macro
jemalloc_mangle_jet.h 20 # define malloc_conf jet_malloc_conf macro
jemalloc.h 78 # define je_malloc_conf malloc_conf
409 # define malloc_conf je_malloc_conf macro

Completed in 32 milliseconds