Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_profiling.cc59 AllocatorsStorage; variable
129 new (&AllocatorsStorage) FunctionCallTrie::Allocators( in getThreadLocalData()
132 reinterpret_cast<FunctionCallTrie::Allocators *>(&AllocatorsStorage)); in getThreadLocalData()
164 reinterpret_cast<FunctionCallTrie::Allocators *>(&AllocatorsStorage))) in cleanupTLD()
184 reinterpret_cast<FunctionCallTrie::Allocators *>(&AllocatorsStorage))) in postCurrentThreadFCT()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
H A Dfunction_call_trie_test.cc316 AllocatorsStorage; in TEST() local
317 new (&AllocatorsStorage) in TEST()
320 reinterpret_cast<FunctionCallTrie::Allocators *>(&AllocatorsStorage); in TEST()