Home
last modified time | relevance | path

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

/NextBSD/contrib/jemalloc/src/
HDhuge.c113 if (config_fill && have_dss && unlikely(opt_junk_free)) { in huge_dalloc_junk()
153 if (config_fill && unlikely(opt_junk_free)) { in huge_ralloc_no_move_similar()
211 if (config_fill && unlikely(opt_junk_free)) { in huge_ralloc_no_move_shrink()
HDquarantine.c152 if (config_fill && unlikely(opt_junk_free)) { in quarantine()
HDjemalloc.c34 bool opt_junk_free = variable
862 opt_junk_free = false; in malloc_conf_init()
1068 opt_junk_alloc = opt_junk_free = in malloc_conf_init()
1072 opt_junk_alloc = opt_junk_free = in malloc_conf_init()
1077 opt_junk_free = false; in malloc_conf_init()
1081 opt_junk_free = true; in malloc_conf_init()
HDarena.c2138 assert(opt_junk_free); in arena_quarantine_junk_small()
2490 if (!junked && config_fill && unlikely(opt_junk_free)) in arena_dalloc_bin_locked_impl()
2553 if (config_fill && unlikely(opt_junk_free)) in arena_dalloc_junk_large()
2751 if (config_fill && unlikely(opt_junk_free)) { in arena_ralloc_junk_large()
/NextBSD/contrib/jemalloc/include/jemalloc/internal/
HDtcache.h370 if (config_fill && unlikely(opt_junk_free)) in tcache_dalloc_small()
399 if (config_fill && unlikely(opt_junk_free)) in tcache_dalloc_large()
HDprivate_namespace.h321 #define opt_junk_free JEMALLOC_N(opt_junk_free) macro
HDjemalloc_internal.h420 extern bool opt_junk_free;