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

References

projects/compiler-rt/lib/scudo/standalone/combined.h
  220     if (UNLIKELY(!isAligned(UserPtr, Alignment))) {
  262     if (UNLIKELY(!isAligned(reinterpret_cast<uptr>(Ptr), MinAlignment)))
  296     if (UNLIKELY(!isAligned(reinterpret_cast<uptr>(OldPtr), MinAlignment)))
projects/compiler-rt/lib/scudo/standalone/primary32.h
  223     if (isAligned(Region, RegionSize)) {
projects/compiler-rt/lib/scudo/standalone/wrappers_c_checks.h
   35          !isAligned(Size, Alignment);
   42          !isAligned(Alignment, sizeof(void *));