Searched refs:opt_zero (Results 1 - 8 of 8) sorted by relevance

/external/jemalloc/src/
H A Dhuge.c100 if (zero || (config_fill && unlikely(opt_zero))) {
180 if (zero || (config_fill && unlikely(opt_zero))) {
265 if (zero || (config_fill && unlikely(opt_zero))) {
H A Dctl.c96 CTL_PROTO(opt_zero)
264 {NAME("zero"), CTL(opt_zero)},
1275 CTL_RO_NL_CGEN(config_fill, opt_zero, opt_zero, bool)
H A Djemalloc.c42 bool opt_zero = false; variable
849 assert(!opt_zero);
1083 CONF_HANDLE_BOOL(opt_zero, "zero", true)
H A Darena.c1996 } else if (unlikely(opt_zero))
2065 else if (unlikely(opt_zero))
2142 else if (unlikely(opt_zero))
2576 } else if (unlikely(opt_zero)) {
/external/jemalloc/include/jemalloc/internal/
H A Dtcache.h303 } else if (unlikely(opt_zero))
358 else if (unlikely(opt_zero))
H A Dprivate_namespace.h348 #define opt_zero JEMALLOC_N(opt_zero) macro
H A Dprivate_unnamespace.h348 #undef opt_zero macro
H A Djemalloc_internal.h415 extern bool opt_zero;

Completed in 59 milliseconds