This is an archive of the discontinued LLVM Phabricator instance.

[scudo] Use DefaultSizeClassMap for 32-bit
ClosedPublic

Authored by cryptoad on Dec 15 2016, 9:18 AM.

Details

Summary

With the recent changes to the Secondary, we use less bits for UnusedBytes,
which allows us in return to increase the bits used for Offset. That means
that we can use a Primary SizeClassMap allowing for a larger maximum size.

Diff Detail

Repository
rL LLVM

Event Timeline

cryptoad updated this revision to Diff 81599.Dec 15 2016, 9:18 AM
cryptoad retitled this revision from to [scudo] Use DefaultSizeClassMap for 32-bit.
cryptoad updated this object.
cryptoad added a subscriber: llvm-commits.
This revision was automatically updated to reflect the committed changes.