llvm-project/compiler-rt/lib/scudo/standalone/tools
Chia-hung Duan 0fb2aeef53 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
2022-10-13 23:35:06 +00:00
..
compute_size_class_config.cpp Use u16 to store Count/MaxCount 2022-10-13 23:35:06 +00:00