[PATCH] D89750: [hwasan] Increase max allocation size to 1Tb.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 19 17:08:36 PDT 2020
pcc added a comment.
Do we even need a limit at this level any more if the implementation supports up to 2^63 sizes? I guess any address-space imposed limit would be enforced by mmap failing when we go to make a large secondary allocation.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89750/new/
https://reviews.llvm.org/D89750
More information about the llvm-commits
mailing list