Searched refs:opt_junk (Results 1 - 10 of 10) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dtcache.h292 if (opt_junk) {
299 if (config_fill && opt_junk) {
346 if (opt_junk)
372 if (config_fill && opt_junk)
401 if (config_fill && opt_junk)
H A Dprivate_namespace.h266 #define opt_junk JEMALLOC_N(opt_junk) macro
H A Dprivate_unnamespace.h266 #undef opt_junk macro
H A Djemalloc_internal.h369 extern bool opt_junk;
/external/jemalloc/src/
H A Dhuge.c65 if (opt_junk)
144 if (config_fill && have_dss && opt_junk) {
H A Dquarantine.c144 if (config_fill && opt_junk) {
H A Darena.c1580 if (config_fill && opt_junk) {
1690 assert(opt_junk);
1734 if (opt_junk) {
1742 if (config_fill && opt_junk) {
1783 if (opt_junk)
1841 if (opt_junk)
1986 if (config_fill && opt_junk)
2040 if (config_fill && opt_junk)
2182 if (config_fill && opt_junk) {
2226 if (opt_junk) {
[all...]
H A Djemalloc.c20 bool opt_junk = variable
401 opt_junk = false;
608 CONF_HANDLE_BOOL(opt_junk, "junk", true)
H A Dctl.c95 CTL_PROTO(opt_junk)
236 {NAME("junk"), CTL(opt_junk)},
1160 CTL_RO_NL_CGEN(config_fill, opt_junk, opt_junk, bool)
H A Dtcache.c123 if (config_fill && opt_junk) {

Completed in 872 milliseconds