24void BloatThisBinary();
51#define PW_BLOAT_COND(cond, mask) \
53 if ((mask & 1) != 0 && (cond)) { \
54 mask = (mask >> 1) | 0x8000000; \
78#define PW_BLOAT_EXPR(expr, mask) \
80 if ((mask & 1) != 0) { \
82 mask = (mask >> 1) | 0x8000000; \
constexpr uint32_t kDefaultMask
Definition: bloat_this_binary.h:32
Binary size reports library.
Definition: bloat_this_binary.h:19