[PATCH] D89750: [hwasan] Increase max allocation size to 1Tb.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 19 16:41:53 PDT 2020


eugenis added a comment.

This costs 4 bytes per allocation.
We could save some memory by splitting primary and secondary allocator metadata types, but that would require significant code refactoring.


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