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

References

projects/compiler-rt/lib/xray/xray_profile_collector.cpp
  332   if (TDAllocator != nullptr) {
  333     TDAllocator->~Allocator();
  334     TDAllocator = nullptr;
  370   TDAllocator =
  372   new (&ThreadDataArrayStorage) ThreadDataArray(*TDAllocator);