Searched refs:opt_zero (Results 1 – 11 of 11) sorted by relevance
118 if (zero || (config_fill && unlikely(opt_zero))) { in huge_palloc()202 if (zero || (config_fill && unlikely(opt_zero))) { in huge_ralloc_no_move_similar()298 if (zero || (config_fill && unlikely(opt_zero))) { in huge_ralloc_no_move_expand()
46 bool opt_zero = false; variable930 | (opt_zero ? flag_opt_zero : 0) in malloc_slow_flag_init()958 assert(!opt_zero);1250 CONF_HANDLE_BOOL(opt_zero, "zero", true)
100 CTL_PROTO(opt_zero)277 {NAME("zero"), CTL(opt_zero)},1289 CTL_RO_NL_CGEN(config_fill, opt_zero, opt_zero, bool) in CTL_RO_CONFIG_GEN()
2601 } else if (unlikely(opt_zero)) in arena_malloc_small()2672 else if (unlikely(opt_zero)) in arena_malloc_large()2782 else if (unlikely(opt_zero)) in arena_palloc_large()3238 } else if (unlikely(opt_zero)) { in arena_ralloc_large()
334 } else if (unlikely(opt_zero)) in tcache_alloc_small()400 } else if (unlikely(opt_zero)) in tcache_alloc_large()
395 opt_zero
395 #define opt_zero JEMALLOC_N(opt_zero) macro
395 #undef opt_zero
448 extern bool opt_zero;
95 - Fix opt_zero-triggered in-place huge reallocation zeroing. (@jasone)