Home
last modified time | relevance | path

Searched refs:opt_zero (Results 1 – 9 of 9) sorted by relevance

/freebsd-14-stable/contrib/jemalloc/include/jemalloc/internal/
HDtcache_inlines.h82 } else if (unlikely(opt_zero)) { in tcache_alloc_small()
143 } else if (unlikely(opt_zero)) { in tcache_alloc_large()
HDjemalloc_internal_externs.h19 extern bool opt_zero;
HDprivate_namespace.h35 #define opt_zero JEMALLOC_N(opt_zero) macro
/freebsd-14-stable/contrib/jemalloc/src/
HDlarge.c35 if (config_fill && unlikely(opt_zero)) { in large_palloc()
142 if (config_fill && unlikely(opt_zero)) { in large_ralloc_no_move_expand()
HDctl.c98 CTL_PROTO(opt_zero)
325 {NAME("zero"), CTL(opt_zero)},
1780 CTL_RO_NL_CGEN(config_fill, opt_zero, opt_zero, bool) in CTL_RO_CONFIG_GEN()
HDjemalloc.c76 bool opt_zero = false; variable
931 | (opt_zero ? flag_opt_zero : 0) in malloc_slow_flag_init()
1286 CONF_HANDLE_BOOL(opt_zero, "zero") in malloc_conf_init_helper()
HDarena.c1497 } else if (unlikely(opt_zero)) { in arena_malloc_small()
/freebsd-14-stable/sbin/md5/
HDmd5.c229 opt_zero, enumerator
260 { "zero", no_argument, 0, opt_zero },
568 case opt_zero: in main()
/freebsd-14-stable/contrib/jemalloc/
HDChangeLog605 - Fix opt_zero-triggered in-place huge reallocation zeroing. (@jasone)