Searched refs:opt_junk_free (Results 1 – 6 of 6) sorted by relevance
172 if (slow_path && config_fill && unlikely(opt_junk_free)) { in tcache_dalloc_small()198 if (slow_path && config_fill && unlikely(opt_junk_free)) { in tcache_dalloc_large()
16 extern bool opt_junk_free;
82 if (config_fill && have_dss && unlikely(opt_junk_free)) { in large_dalloc_maybe_junk_impl()117 if (config_fill && unlikely(opt_junk_free)) { in large_ralloc_no_move_shrink()
66 bool opt_junk_free = variable930 | (opt_junk_free ? flag_opt_junk_free : 0) in malloc_slow_flag_init()1265 opt_junk_alloc = opt_junk_free = in malloc_conf_init_helper()1269 opt_junk_alloc = opt_junk_free = in malloc_conf_init_helper()1274 opt_junk_free = false; in malloc_conf_init_helper()1278 opt_junk_free = true; in malloc_conf_init_helper()
1691 if (!junked && config_fill && unlikely(opt_junk_free)) { in arena_dalloc_bin_locked_impl()
31 #define opt_junk_free JEMALLOC_N(opt_junk_free) macro