Searched refs:opt_zero (Results 1 – 9 of 9) sorted by relevance
19 extern bool opt_zero;
82 } else if (unlikely(opt_zero)) { in tcache_alloc_small()145 } else if (unlikely(opt_zero)) { in tcache_alloc_large()
32 #define opt_zero JEMALLOC_N(opt_zero) macro
35 if (config_fill && unlikely(opt_zero)) { in large_palloc()150 if (config_fill && unlikely(opt_zero)) { in large_ralloc_no_move_expand()
95 CTL_PROTO(opt_zero)296 {NAME("zero"), CTL(opt_zero)},1670 CTL_RO_NL_CGEN(config_fill, opt_zero, opt_zero, bool) in CTL_RO_CONFIG_GEN()
68 bool opt_zero = false; variable864 | (opt_zero ? flag_opt_zero : 0) in malloc_slow_flag_init()1142 CONF_HANDLE_BOOL(opt_zero, "zero")
1358 } else if (unlikely(opt_zero)) { in arena_malloc_small()
469 - Fix opt_zero-triggered in-place huge reallocation zeroing. (@jasone)