Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp82 static ThreadDataAllocator *TDAllocator = nullptr; variable
125 DCHECK_NE(TDAllocator, nullptr); in post()
329 if (TDAllocator != nullptr) { in reset()
330 TDAllocator->~Allocator(); in reset()
331 TDAllocator = nullptr; in reset()
367 TDAllocator = in reset()
369 new (&ThreadDataArrayStorage) ThreadDataArray(*TDAllocator); in reset()