Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h147 RootAllocatorStorage; member
177 new (&RootAllocatorStorage) in Allocators()
180 reinterpret_cast<RootAllocatorType *>(&RootAllocatorStorage); in Allocators()
198 new (&RootAllocatorStorage) RootAllocatorType(Max); in Allocators()
200 reinterpret_cast<RootAllocatorType *>(&RootAllocatorStorage); in Allocators()
216 internal_memcpy(&RootAllocatorStorage, &O.RootAllocatorStorage, in Allocators()
228 reinterpret_cast<RootAllocatorType *>(&RootAllocatorStorage); in Allocators()
258 new (&RootAllocatorStorage)
261 reinterpret_cast<RootAllocatorType *>(&RootAllocatorStorage);