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

References

projects/compiler-rt/lib/msan/msan_interceptors.cpp
  223   if (!ptr || UNLIKELY(IsInDlsymAllocPool(ptr))) return;
  230   if (!ptr || UNLIKELY(IsInDlsymAllocPool(ptr))) return;
  903   if (UNLIKELY(IsInDlsymAllocPool(ptr))) {