Searched refs:opt_junk_free (Results 1 – 11 of 11) sorted by relevance
75 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()247 assert(!config_fill || opt_junk_alloc || opt_junk_free); in main()
120 if (config_fill && have_dss && unlikely(opt_junk_free)) { in huge_dalloc_junk()160 if (config_fill && unlikely(opt_junk_free)) { in huge_ralloc_no_move_similar()218 if (config_fill && unlikely(opt_junk_free)) { in huge_ralloc_no_move_shrink()
30 bool opt_junk_free = variable844 | (opt_junk_free ? flag_opt_junk_free : 0) in malloc_slow_flag_init()873 opt_junk_free = false;1109 opt_junk_alloc = opt_junk_free =1113 opt_junk_alloc = opt_junk_free =1118 opt_junk_free = false;1122 opt_junk_free = true;
154 if (config_fill && unlikely(opt_junk_free)) { in quarantine()
2355 assert(opt_junk_free); in arena_quarantine_junk_small()2725 if (!junked && config_fill && unlikely(opt_junk_free)) in arena_dalloc_bin_locked_impl()2789 if (config_fill && unlikely(opt_junk_free)) in arena_dalloc_junk_large()2988 if (config_fill && unlikely(opt_junk_free)) { in arena_ralloc_junk_large()
423 if (slow_path && config_fill && unlikely(opt_junk_free)) in tcache_dalloc_small()453 if (slow_path && config_fill && unlikely(opt_junk_free)) in tcache_dalloc_large()
350 opt_junk_free
352 #define opt_junk_free JEMALLOC_N(opt_junk_free) macro
352 #undef opt_junk_free
430 extern bool opt_junk_free;