Home
last modified time | relevance | path

Searched refs:opt_junk (Results 1 – 5 of 5) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_externs.h14 extern const char *opt_junk;
Dprivate_namespace_jet.h26 #define opt_junk JEMALLOC_N(opt_junk) macro
Dprivate_namespace.h26 #define opt_junk JEMALLOC_N(opt_junk) macro
/external/jemalloc_new/src/
Djemalloc.c44 const char *opt_junk = variable
1120 opt_junk = "true";
1124 opt_junk = "false";
1128 opt_junk = "alloc";
1132 opt_junk = "free";
Dctl.c94 CTL_PROTO(opt_junk)
295 {NAME("junk"), CTL(opt_junk)},
1669 CTL_RO_NL_CGEN(config_fill, opt_junk, opt_junk, const char *) in CTL_RO_CONFIG_GEN()