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

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 16 17:22:56 PST 2017


vitalybuka added a comment.

In https://reviews.llvm.org/D39473#928001, @alekseyshl wrote:

> 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.


So if it's just internal allocator memory usage increase should not be significant?


https://reviews.llvm.org/D39473





More information about the llvm-commits mailing list