Home
last modified time | relevance | path

Searched refs:opt_junk_free (Results 1 – 11 of 11) sorted by relevance

/external/jemalloc/test/unit/
Djunk.c75 if (opt_junk_free) { in test_junk()
113 assert_true(!opt_junk_free || saw_junking, in test_junk()
121 assert_true(!opt_junk_free || saw_junking, in test_junk()
124 if (opt_junk_free) { in test_junk()
216 test_skip_if(!opt_junk_alloc || !opt_junk_free); in TEST_BEGIN()
/external/jemalloc/src/
Dhuge.c136 if (config_fill && have_dss && unlikely(opt_junk_free)) { in huge_dalloc_junk()
176 if (config_fill && unlikely(opt_junk_free)) { in huge_ralloc_no_move_similar()
239 if (config_fill && unlikely(opt_junk_free)) { in huge_ralloc_no_move_shrink()
Djemalloc.c34 bool opt_junk_free = variable
928 | (opt_junk_free ? flag_opt_junk_free : 0) in malloc_slow_flag_init()
957 opt_junk_free = false;
1215 opt_junk_free = true;
1219 opt_junk_alloc = opt_junk_free =
1224 opt_junk_free = false;
1238 opt_junk_free = true;
Dquarantine.c152 if (config_fill && unlikely(opt_junk_free)) { in quarantine()
Darena.c2555 assert(opt_junk_free); in arena_quarantine_junk_small()
2933 if (!junked && config_fill && unlikely(opt_junk_free)) in arena_dalloc_bin_locked_impl()
2997 if (config_fill && unlikely(opt_junk_free)) in arena_dalloc_junk_large()
3199 if (config_fill && unlikely(opt_junk_free)) { in arena_ralloc_junk_large()
/external/jemalloc/include/jemalloc/internal/
Dtcache.h425 if (slow_path && config_fill && unlikely(opt_junk_free)) in tcache_dalloc_small()
455 if (slow_path && config_fill && unlikely(opt_junk_free)) in tcache_dalloc_large()
Dprivate_symbols.txt373 opt_junk_free
Dprivate_namespace.h373 #define opt_junk_free JEMALLOC_N(opt_junk_free) macro
Dprivate_unnamespace.h373 #undef opt_junk_free
Djemalloc_internal.h443 extern bool opt_junk_free;
Djemalloc_internal.h.in443 extern bool opt_junk_free;