llvm /
scudo /
0bcd3c2a6b3b6609fdfe70a35cf5aec84a4d9142 Use u16 to store Count/MaxCount
The Count/MaxCount used in TransferBatch and PerClass can be fit in u16 in
current configurations and it's also reasonable to have a u16 limit. The
spare 16 bits will be used for additional status like pages mapping
status in a TransferBatch.
Reviewed By: cryptoad, cferris, vitalybuka
Differential Revision: https://reviews.llvm.org/D133145
GitOrigin-RevId: 0fb2aeef5310eaba2915b30810464a744a80da15
10 files changed