/external/jemalloc/test/unit/ |
D | lg_chunk.c | 8 const char *malloc_conf = "lg_chunk:0"; variable
|
D | prof_idump.c | 4 const char *malloc_conf = variable
|
D | zero.c | 4 const char *malloc_conf = variable
|
D | prof_gdump.c | 4 const char *malloc_conf = "prof:true,prof_active:false,prof_gdump:true"; variable
|
D | prof_accum.c | 9 const char *malloc_conf = variable
|
D | quarantine.c | 8 const char *malloc_conf = "abort:false,junk:true,redzone:true,quarantine:" variable
|
D | prof_thread_name.c | 4 const char *malloc_conf = "prof:true,prof_active:false"; variable
|
D | prof_active.c | 4 const char *malloc_conf = variable
|
D | arena_reset.c | 4 const char *malloc_conf = "prof:true,lg_prof_sample:0"; variable
|
D | pack.c | 3 const char *malloc_conf = variable
|
D | junk.c | 7 const char *malloc_conf = variable
|
D | prof_reset.c | 4 const char *malloc_conf = variable
|
D | decay.c | 3 const char *malloc_conf = "purge:decay,decay_time:1"; variable
|
/external/jemalloc/include/jemalloc/internal/ |
D | public_symbols.txt | 1 malloc_conf:je_malloc_conf
|
D | public_namespace.h | 1 #define je_malloc_conf JEMALLOC_N(malloc_conf)
|
D | jemalloc_internal_defs.h.in | 310 /* config.malloc_conf options string. */
|
/external/jemalloc/include/jemalloc/ |
D | jemalloc_mangle.h | 12 # define malloc_conf je_malloc_conf macro
|
D | jemalloc_mangle_jet.h | 12 # define malloc_conf jet_malloc_conf macro
|
D | jemalloc_protos.h.in | 6 extern JEMALLOC_EXPORT const char *@je_@malloc_conf;
|
D | jemalloc.h | 331 # define malloc_conf je_malloc_conf macro
|
/external/jemalloc/ |
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
|
D | configure.ac | 601 public_syms="malloc_conf malloc_message malloc calloc posix_memalign aligned_alloc realloc free mal… 684 dnl Specify default malloc_conf. 685 AC_ARG_WITH([malloc_conf], optwith 686 [AS_HELP_STRING([--with-malloc-conf=<malloc_conf>], [config.malloc_conf options string])], 2008 AC_MSG_RESULT([malloc_conf : ${config_malloc_conf}])
|
/external/jemalloc/test/integration/ |
D | mallocx.c | 4 const char *malloc_conf = "junk:false"; variable
|
D | chunk.c | 4 const char *malloc_conf = "junk:false"; variable
|
D | xallocx.c | 4 const char *malloc_conf = "junk:false"; variable
|