Searched refs:opt_zero (Results 1 – 10 of 10) sorted by relevance
102 if (zero || (config_fill && unlikely(opt_zero))) { in huge_palloc()182 if (zero || (config_fill && unlikely(opt_zero))) { in huge_ralloc_no_move_similar()271 if (zero || (config_fill && unlikely(opt_zero))) { in huge_ralloc_no_move_expand()
100 CTL_PROTO(opt_zero)274 {NAME("zero"), CTL(opt_zero)},1281 CTL_RO_NL_CGEN(config_fill, opt_zero, opt_zero, bool) in CTL_RO_CONFIG_GEN()
42 bool opt_zero = false; variable846 | (opt_zero ? flag_opt_zero : 0) in malloc_slow_flag_init()874 assert(!opt_zero);1133 CONF_HANDLE_BOOL(opt_zero, "zero", true)
2401 } else if (unlikely(opt_zero)) in arena_malloc_small()2471 else if (unlikely(opt_zero)) in arena_malloc_large()2576 else if (unlikely(opt_zero)) in arena_palloc_large()3026 } else if (unlikely(opt_zero)) { in arena_ralloc_large()
333 } else if (unlikely(opt_zero)) in tcache_alloc_small()398 else if (unlikely(opt_zero)) in tcache_alloc_large()
372 opt_zero
374 #define opt_zero JEMALLOC_N(opt_zero) macro
374 #undef opt_zero
435 extern bool opt_zero;