reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
71 if (UNLIKELY(!alignment)) { 72 alignment = 1U; 74 if (UNLIKELY(!scudo::isPowerOfTwo(alignment))) 75 alignment = scudo::roundUpToPowerOfTwo(alignment); 75 alignment = scudo::roundUpToPowerOfTwo(alignment); 78 if (UNLIKELY(!scudo::isPowerOfTwo(alignment))) { 83 scudo::reportAlignmentNotPowerOfTwo(alignment); 87 alignment);