--- /usr/src/contrib/jemalloc/include/jemalloc/internal/tsd.h.orig 2018-05-11 03:32:31.947328000 +0300 +++ /usr/src/contrib/jemalloc/include/jemalloc/internal/tsd.h 2019-08-23 13:34:55.457990000 +0300 @@ -123,7 +123,7 @@ MALLOC_TSD #undef O /* AddressSanitizer requires TLS data to be aligned to at least 8 bytes. */ -} JEMALLOC_ALIGNED(16); +} JEMALLOC_ALIGNED(8); /* * Wrapper around tsd_t that makes it possible to avoid implicit conversion