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;
  223   if (!ptr || UNLIKELY(IsInDlsymAllocPool(ptr))) return;
  224   MsanDeallocate(&stack, ptr);