Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h145 RootAllocatorStorage[sizeof(RootAllocatorType)]; member
173 new (&RootAllocatorStorage) in Allocators()
176 reinterpret_cast<RootAllocatorType *>(&RootAllocatorStorage); in Allocators()
194 new (&RootAllocatorStorage) RootAllocatorType(Max); in Allocators()
196 reinterpret_cast<RootAllocatorType *>(&RootAllocatorStorage); in Allocators()
212 internal_memcpy(&RootAllocatorStorage, &O.RootAllocatorStorage, in Allocators()
224 reinterpret_cast<RootAllocatorType *>(&RootAllocatorStorage); in Allocators()
254 new (&RootAllocatorStorage)
257 reinterpret_cast<RootAllocatorType *>(&RootAllocatorStorage);