Searched refs:opt_zero (Results 1 – 11 of 11) sorted by relevance
165 } else if (unlikely(opt_zero)) in tcache_alloc_small()223 } else if (unlikely(opt_zero)) in tcache_alloc_large()
334 opt_zero
334 #define opt_zero JEMALLOC_N(opt_zero) macro
334 #undef opt_zero
441 extern bool opt_zero;
439 extern bool opt_zero;
48 if (zero || (config_fill && unlikely(opt_zero))) { in large_palloc()163 if (zero || (config_fill && unlikely(opt_zero))) { in large_ralloc_no_move_expand()
81 CTL_PROTO(opt_zero)238 {NAME("zero"), CTL(opt_zero)},1299 CTL_RO_NL_CGEN(config_fill, opt_zero, opt_zero, bool) in CTL_RO_CONFIG_GEN()
44 bool opt_zero = false; variable855 | (opt_zero ? flag_opt_zero : 0) in malloc_slow_flag_init()1095 CONF_HANDLE_BOOL(opt_zero, "zero", true) in malloc_conf_init()
1215 } else if (unlikely(opt_zero)) in arena_malloc_small()
95 - Fix opt_zero-triggered in-place huge reallocation zeroing. (@jasone)
Completed in 30 milliseconds