[PATCH] D73143: [scudo][standalone] Reduce Android region sizes to 128MB

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 21 15:09:41 PST 2020


eugenis accepted this revision.
eugenis added a comment.
This revision is now accepted and ready to land.

Fallback to a different allocator is hard, because then you need to implement PointerIsMine to redirect to the right allocator in free(), and AFAIK we don't have that in scudo for the larger allocations (i.e. secondary).

This is terrible, but what can you do.

LGTM


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73143/new/

https://reviews.llvm.org/D73143





More information about the llvm-commits mailing list