Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/
Dxray_profile_collector.cpp68 using ThreadDataAllocator = ThreadDataArray::AllocatorType; typedef
78 static typename std::aligned_storage<sizeof(ThreadDataAllocator),
79 alignof(ThreadDataAllocator)>::type
85 static ThreadDataAllocator *TDAllocator = nullptr;
369 ThreadDataAllocator(Buffer.Data, Buffer.Size); in reset()
371 reinterpret_cast<ThreadDataAllocator *>(&ThreadDataAllocatorStorage); in reset()