[PATCH] D39473: [sanitizers] Add init function to set alignment of low level allocator
Walter Lee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 20 07:12:28 PST 2017
waltl added a comment.
In https://reviews.llvm.org/D39473#929041, @alekseyshl wrote:
> Ok then, we need SetLowLevelAllocatorMinAlignment to complement SetLowLevelAllocateCallback, default it to 8 and call it from ASan to set it to shadow granularity.
Done.
https://reviews.llvm.org/D39473
More information about the llvm-commits
mailing list