reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/scudo/scudo_allocator.cpp
  692   if (Alignment && UNLIKELY(!IsPowerOfTwo(Alignment))) {
  692   if (Alignment && UNLIKELY(!IsPowerOfTwo(Alignment))) {
  696     reportAllocationAlignmentNotPowerOfTwo(Alignment);
  698   return SetErrnoOnNull(Instance.allocate(Size, Alignment, Type));