Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_function_call_trie.h145 NodeAllocatorStorage; member
173 new (&NodeAllocatorStorage) in Allocators()
176 reinterpret_cast<NodeAllocatorType *>(&NodeAllocatorStorage); in Allocators()
195 new (&NodeAllocatorStorage) NodeAllocatorType(Max); in Allocators()
197 reinterpret_cast<NodeAllocatorType *>(&NodeAllocatorStorage); in Allocators()
215 internal_memcpy(&NodeAllocatorStorage, &O.NodeAllocatorStorage, in Allocators()
227 reinterpret_cast<NodeAllocatorType *>(&NodeAllocatorStorage); in Allocators()
247 new (&NodeAllocatorStorage)
250 reinterpret_cast<NodeAllocatorType *>(&NodeAllocatorStorage);