Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/
Dxray_profile_collector.cpp85 static ThreadDataAllocator *TDAllocator = nullptr; variable
128 DCHECK_NE(TDAllocator, nullptr); in post()
332 if (TDAllocator != nullptr) { in reset()
333 TDAllocator->~Allocator(); in reset()
334 TDAllocator = nullptr; in reset()
370 TDAllocator = in reset()
372 new (&ThreadDataArrayStorage) ThreadDataArray(*TDAllocator); in reset()