Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_profile_collector.cc69 using ThreadDataAllocator = ThreadDataArray::AllocatorType; typedef
79 static typename std::aligned_storage<sizeof(ThreadDataAllocator),
80 alignof(ThreadDataAllocator)>::type
86 static ThreadDataAllocator *TDAllocator = nullptr;
370 ThreadDataAllocator(Buffer.Data, Buffer.Size); in reset()
372 reinterpret_cast<ThreadDataAllocator *>(&ThreadDataAllocatorStorage); in reset()