Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_profiling.cpp56 AllocatorsStorage[sizeof(FunctionCallTrie::Allocators)]; variable
125 new (&AllocatorsStorage) FunctionCallTrie::Allocators( in getThreadLocalData()
128 reinterpret_cast<FunctionCallTrie::Allocators *>(&AllocatorsStorage)); in getThreadLocalData()
160 reinterpret_cast<FunctionCallTrie::Allocators *>(&AllocatorsStorage))) in cleanupTLD()
180 reinterpret_cast<FunctionCallTrie::Allocators *>(&AllocatorsStorage))) in postCurrentThreadFCT()