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

References

projects/compiler-rt/lib/asan/asan_allocator.cpp
  951   if (UNLIKELY(!CheckPosixMemalignAlignment(alignment))) {
projects/compiler-rt/lib/asan/asan_malloc_linux.cpp
   66   if (UNLIKELY(!CheckPosixMemalignAlignment(alignment)))
projects/compiler-rt/lib/hwasan/hwasan_allocator.cpp
  356   if (UNLIKELY(!CheckPosixMemalignAlignment(alignment))) {
projects/compiler-rt/lib/lsan/lsan_allocator.cpp
  142   if (UNLIKELY(!CheckPosixMemalignAlignment(alignment))) {
projects/compiler-rt/lib/msan/msan_allocator.cpp
  311   if (UNLIKELY(!CheckPosixMemalignAlignment(alignment))) {
projects/compiler-rt/lib/scudo/scudo_allocator.cpp
  738   if (UNLIKELY(!CheckPosixMemalignAlignment(Alignment))) {
projects/compiler-rt/lib/tsan/rtl/tsan_mman.cpp
  262   if (UNLIKELY(!CheckPosixMemalignAlignment(align))) {