Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_profiling.cpp58 AllocatorsStorage; variable
128 new (&AllocatorsStorage) FunctionCallTrie::Allocators( in getThreadLocalData()
131 reinterpret_cast<FunctionCallTrie::Allocators *>(&AllocatorsStorage)); in getThreadLocalData()
163 reinterpret_cast<FunctionCallTrie::Allocators *>(&AllocatorsStorage))) in cleanupTLD()
183 reinterpret_cast<FunctionCallTrie::Allocators *>(&AllocatorsStorage))) in postCurrentThreadFCT()
/llvm-project-15.0.7/compiler-rt/lib/xray/tests/unit/
H A Dfunction_call_trie_test.cpp315 AllocatorsStorage; in TEST() local
316 new (&AllocatorsStorage) in TEST()
319 reinterpret_cast<FunctionCallTrie::Allocators *>(&AllocatorsStorage); in TEST()