Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache_inlines.h172 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()
H A Djemalloc_internal_externs.h16 extern bool opt_junk_free;
/freebsd/contrib/jemalloc/src/
H A Dlarge.c82 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()
H A Djemalloc.c66 bool opt_junk_free = variable
930 | (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()
H A Darena.c1691 if (!junked && config_fill && unlikely(opt_junk_free)) { in arena_dalloc_bin_locked_impl()
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h31 #define opt_junk_free JEMALLOC_N(opt_junk_free) macro