View | Details | Raw Unified | Return to bug 221337 | Differences between
and this patch

Collapse All | Expand All

(-)contrib/jemalloc/include/jemalloc/internal/tsd.h (-1 / +2 lines)
Lines 120-126 Link Here
120
	t use_a_getter_or_setter_instead_##n;
120
	t use_a_getter_or_setter_instead_##n;
121
MALLOC_TSD
121
MALLOC_TSD
122
#undef O
122
#undef O
123
};
123
/* AddressSanitizer requires TLS data to be aligned to at least 8 bytes. */
124
} JEMALLOC_ALIGNED(16);
124
125
125
/*
126
/*
126
 * Wrapper around tsd_t that makes it possible to avoid implicit conversion
127
 * Wrapper around tsd_t that makes it possible to avoid implicit conversion

Return to bug 221337