View | Details | Raw Unified | Return to bug 235077
Collapse All | Expand All

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

Return to bug 235077