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

1 2

  /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/
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/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
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_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
jemalloc.h 87 # define je_malloc_conf malloc_conf
450 # define malloc_conf je_malloc_conf macro
  /src/external/bsd/jemalloc/include/jemalloc/internal/
public_namespace.h 9 #define je_malloc_conf JEMALLOC_N(malloc_conf)
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
public_namespace.h 9 #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/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.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/include/jemalloc/
jemalloc_protos.h.in 6 extern JEMALLOC_EXPORT const char *@je_@malloc_conf;
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/
jemalloc_protos.h.in 6 extern JEMALLOC_EXPORT const char *@je_@malloc_conf;

Completed in 23 milliseconds

1 2