Searched refs:opt_zero (Results 1 – 8 of 8) sorted by relevance
82 } else if (unlikely(opt_zero)) { in tcache_alloc_small()143 } else if (unlikely(opt_zero)) { in tcache_alloc_large()
19 extern bool opt_zero;
35 #define opt_zero JEMALLOC_N(opt_zero) macro
35 if (config_fill && unlikely(opt_zero)) { in large_palloc()142 if (config_fill && unlikely(opt_zero)) { in large_ralloc_no_move_expand()
98 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()
76 bool opt_zero = false; variable931 | (opt_zero ? flag_opt_zero : 0) in malloc_slow_flag_init()1286 CONF_HANDLE_BOOL(opt_zero, "zero") in malloc_conf_init_helper()
1497 } else if (unlikely(opt_zero)) { in arena_malloc_small()
605 - Fix opt_zero-triggered in-place huge reallocation zeroing. (@jasone)