Home
last modified time | relevance | path

Searched refs:ThreadDataArrayStorage (Results 1 – 1 of 1) sorted by relevance

/llvm-project/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp80 ThreadDataArrayStorage[sizeof(ThreadDataArray)]; variable
369 new (&ThreadDataArrayStorage) ThreadDataArray(*TDAllocator); in reset()
370 TDArray = reinterpret_cast<ThreadDataArray *>(&ThreadDataArrayStorage); in reset()