[PATCH] D39473: [sanitizers] Increase alignment of low level allocator

Aleksey Shlyapnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 16 15:26:39 PST 2017


alekseyshl added a comment.

Why do we need this at all for internal allocator? It's internal to sanitizer and sanitizer code is not instrumented, that means no shadow.


https://reviews.llvm.org/D39473





More information about the llvm-commits mailing list