This is an archive of the discontinued LLVM Phabricator instance.

Decrease kLargeMalloc block size in ASAN unit tests.
ClosedPublic

Authored by alekseyshl on Dec 28 2016, 2:05 PM.

Details

Summary

Make kLargeMalloc big enough to be handled by secondary allocator
and small enough to fit into quarantine for all configurations.
It become too big to fit into quarantine on Android after D27873.

Diff Detail

Repository
rL LLVM

Event Timeline

alekseyshl updated this revision to Diff 82617.Dec 28 2016, 2:05 PM
alekseyshl retitled this revision from to Decrease kLargeMalloc block size in ASAN unit tests..
alekseyshl updated this object.
alekseyshl added a reviewer: eugenis.
alekseyshl added a subscriber: llvm-commits.
eugenis accepted this revision.Dec 28 2016, 2:06 PM
eugenis edited edge metadata.

LGTM

This revision is now accepted and ready to land.Dec 28 2016, 2:06 PM
This revision was automatically updated to reflect the committed changes.