Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp83 ThreadDataArrayStorage; variable
372 new (&ThreadDataArrayStorage) ThreadDataArray(*TDAllocator); in reset()
373 TDArray = reinterpret_cast<ThreadDataArray *>(&ThreadDataArrayStorage); in reset()