This is an archive of the discontinued LLVM Phabricator instance.

[scudo] Relax the memalign test
ClosedPublic

Authored by cryptoad on Dec 14 2016, 8:47 AM.

Details

Summary

Now that we are not rounding up the sizes passed to the secondary allocator,
the memalign test could run out of aligned addresses to return for larger
alignments. We now reduce the size of the quarantine for that test, and
allocate less chunks for the larger alignments.

Diff Detail

Repository
rL LLVM

Event Timeline

cryptoad updated this revision to Diff 81391.Dec 14 2016, 8:47 AM
cryptoad retitled this revision from to [scudo] Relax the memalign test.
cryptoad updated this object.
This revision was automatically updated to reflect the committed changes.