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
   68 using ThreadDataAllocator = ThreadDataArray::AllocatorType;
   81 static typename std::aligned_storage<sizeof(ThreadDataArray),
   82                                      alignof(ThreadDataArray)>::type
   86 static ThreadDataArray *TDArray = nullptr;
  372   new (&ThreadDataArrayStorage) ThreadDataArray(*TDAllocator);