Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/
Dxray_function_call_trie.h144 NodeAllocatorStorage; member
172 new (&NodeAllocatorStorage) in Allocators()
175 reinterpret_cast<NodeAllocatorType *>(&NodeAllocatorStorage); in Allocators()
194 new (&NodeAllocatorStorage) NodeAllocatorType(Max); in Allocators()
196 reinterpret_cast<NodeAllocatorType *>(&NodeAllocatorStorage); in Allocators()
214 internal_memcpy(&NodeAllocatorStorage, &O.NodeAllocatorStorage, in Allocators()
226 reinterpret_cast<NodeAllocatorType *>(&NodeAllocatorStorage); in Allocators()
246 new (&NodeAllocatorStorage)
249 reinterpret_cast<NodeAllocatorType *>(&NodeAllocatorStorage);