Home
last modified time | relevance | path

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

/external/jemalloc_new/test/unit/
Djunk.c60 if (opt_junk_free) { in test_junk()
104 assert_true(!opt_junk_free || saw_junking, in test_junk()
114 assert_true(!opt_junk_free || saw_junking, in test_junk()
117 if (opt_junk_free) { in test_junk()
/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_externs.h16 extern bool opt_junk_free;
Dtcache_inlines.h175 if (slow_path && config_fill && unlikely(opt_junk_free)) { in tcache_dalloc_small()
201 if (slow_path && config_fill && unlikely(opt_junk_free)) { in tcache_dalloc_large()
Dprivate_namespace_jet.h28 #define opt_junk_free JEMALLOC_N(opt_junk_free) macro
Dprivate_namespace.h28 #define opt_junk_free JEMALLOC_N(opt_junk_free) macro
/external/jemalloc_new/src/
Dlarge.c90 if (config_fill && have_dss && unlikely(opt_junk_free)) { in large_dalloc_maybe_junk_impl()
125 if (config_fill && unlikely(opt_junk_free)) { in large_ralloc_no_move_shrink()
Djemalloc.c58 bool opt_junk_free = variable
863 | (opt_junk_free ? flag_opt_junk_free : 0) in malloc_slow_flag_init()
1121 opt_junk_alloc = opt_junk_free =
1125 opt_junk_alloc = opt_junk_free =
1130 opt_junk_free = false;
1134 opt_junk_free = true;
Darena.c1540 if (!junked && config_fill && unlikely(opt_junk_free)) { in arena_dalloc_bin_locked_impl()