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
   89 using ProfileBufferArrayAllocator = typename ProfileBufferArray::AllocatorType;
   94 static typename std::aligned_storage<sizeof(ProfileBufferArray)>::type
  100 static ProfileBufferArray *ProfileBuffers = nullptr;
  364   new (&ProfileBuffersStorage) ProfileBufferArray(*ProfileBuffersAllocator);