| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | public_symbols.txt | 1 malloc_conf:malloc_conf
|
| A D | public_namespace.h | 1 #define je_malloc_conf JEMALLOC_N(malloc_conf)
|
| A D | jemalloc_internal_defs.h.in | 313 /* config.malloc_conf options string. */
|
| /third_party/ulib/jemalloc/test/unit/ |
| A D | arena_reset_prof.c | 4 const char *malloc_conf = "prof:true,lg_prof_sample:0"; variable
|
| A D | prof_idump.c | 3 const char *malloc_conf = "" variable
|
| A D | zero.c | 4 const char *malloc_conf = variable
|
| A D | prof_gdump.c | 4 const char *malloc_conf = "prof:true,prof_active:false,prof_gdump:true"; variable
|
| A D | prof_tctx.c | 4 const char *malloc_conf = "prof:true,lg_prof_sample:0"; variable
|
| A D | prof_accum.c | 9 const char *malloc_conf = variable
|
| A D | prof_thread_name.c | 4 const char *malloc_conf = "prof:true,prof_active:false"; variable
|
| A D | prof_active.c | 4 const char *malloc_conf = variable
|
| A D | junk.c | 7 const char *malloc_conf = variable
|
| A D | pack.c | 4 const char *malloc_conf = "decay_time:-1"; variable
|
| A D | prof_reset.c | 4 const char *malloc_conf = variable
|
| A D | decay.c | 3 const char *malloc_conf = "decay_time:1,lg_tcache_max:0"; variable
|
| /third_party/ulib/jemalloc/include/jemalloc/ |
| A D | jemalloc_rename.h | 7 # define je_malloc_conf malloc_conf
|
| A D | jemalloc_mangle.h | 12 # define malloc_conf je_malloc_conf macro
|
| A D | jemalloc_mangle_jet.h | 12 # define malloc_conf jet_malloc_conf macro
|
| A D | jemalloc.h | 61 # define je_malloc_conf malloc_conf 355 # define malloc_conf je_malloc_conf macro
|
| A D | jemalloc_protos.h.in | 6 extern JEMALLOC_EXPORT const char *@je_@malloc_conf;
|
| /third_party/ulib/jemalloc/test/integration/ |
| A D | extent.c | 4 const char *malloc_conf = "junk:false"; variable
|
| A D | mallocx.c | 4 const char *malloc_conf = "junk:false"; variable
|
| A D | xallocx.c | 4 const char *malloc_conf = "junk:false"; variable
|
| /third_party/ulib/jemalloc/ |
| A D | INSTALL | 64 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 D | configure.ac | 699 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}])
|