Home
last modified time | relevance | path

Searched refs:malloc_conf (Results 1 – 25 of 27) sorted by relevance

12

/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dpublic_symbols.txt1 malloc_conf:malloc_conf
A Dpublic_namespace.h1 #define je_malloc_conf JEMALLOC_N(malloc_conf)
A Djemalloc_internal_defs.h.in313 /* config.malloc_conf options string. */
/third_party/ulib/jemalloc/test/unit/
A Darena_reset_prof.c4 const char *malloc_conf = "prof:true,lg_prof_sample:0"; variable
A Dprof_idump.c3 const char *malloc_conf = "" variable
A Dzero.c4 const char *malloc_conf = variable
A Dprof_gdump.c4 const char *malloc_conf = "prof:true,prof_active:false,prof_gdump:true"; variable
A Dprof_tctx.c4 const char *malloc_conf = "prof:true,lg_prof_sample:0"; variable
A Dprof_accum.c9 const char *malloc_conf = variable
A Dprof_thread_name.c4 const char *malloc_conf = "prof:true,prof_active:false"; variable
A Dprof_active.c4 const char *malloc_conf = variable
A Djunk.c7 const char *malloc_conf = variable
A Dpack.c4 const char *malloc_conf = "decay_time:-1"; variable
A Dprof_reset.c4 const char *malloc_conf = variable
A Ddecay.c3 const char *malloc_conf = "decay_time:1,lg_tcache_max:0"; variable
/third_party/ulib/jemalloc/include/jemalloc/
A Djemalloc_rename.h7 # define je_malloc_conf malloc_conf
A Djemalloc_mangle.h12 # define malloc_conf je_malloc_conf macro
A Djemalloc_mangle_jet.h12 # define malloc_conf jet_malloc_conf macro
A Djemalloc.h61 # define je_malloc_conf malloc_conf
355 # define malloc_conf je_malloc_conf macro
A Djemalloc_protos.h.in6 extern JEMALLOC_EXPORT const char *@je_@malloc_conf;
/third_party/ulib/jemalloc/test/integration/
A Dextent.c4 const char *malloc_conf = "junk:false"; variable
A Dmallocx.c4 const char *malloc_conf = "junk:false"; variable
A Dxallocx.c4 const char *malloc_conf = "junk:false"; variable
/third_party/ulib/jemalloc/
A DINSTALL64 malloc_conf --> prefix_malloc_conf
91 --with-malloc-conf=<malloc_conf>
92 Embed <malloc_conf> as a run-time options string that is processed prior to
93 the malloc_conf global variable, the /etc/malloc.conf symlink, and the
A Dconfigure.ac699 public_syms="malloc_conf malloc_message malloc calloc posix_memalign aligned_alloc realloc free mal…
782 dnl Specify default malloc_conf.
783 AC_ARG_WITH([malloc_conf], optwith
784 [AS_HELP_STRING([--with-malloc-conf=<malloc_conf>], [config.malloc_conf options string])],
2077 AC_MSG_RESULT([malloc_conf : ${config_malloc_conf}])

Completed in 21 milliseconds

12