Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp68 using ThreadDataAllocator = ThreadDataArray::AllocatorType; typedef
77 alignas(ThreadDataAllocator) static std::byte
78 ThreadDataAllocatorStorage[sizeof(ThreadDataAllocator)];
82 static ThreadDataAllocator *TDAllocator = nullptr;
366 ThreadDataAllocator(Buffer.Data, Buffer.Size); in reset()
368 reinterpret_cast<ThreadDataAllocator *>(&ThreadDataAllocatorStorage); in reset()