Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h104 using NodeIdPairAllocatorType = NodeIdPairArray::AllocatorType; variable
148 alignas(NodeIdPairAllocatorType) std::byte
149 NodeIdPairAllocatorStorage[sizeof(NodeIdPairAllocatorType)];
154 NodeIdPairAllocatorType *NodeIdPairAllocator = nullptr;
183 new (&NodeIdPairAllocatorStorage) NodeIdPairAllocatorType( in Allocators()
185 NodeIdPairAllocator = reinterpret_cast<NodeIdPairAllocatorType *>( in Allocators()
202 new (&NodeIdPairAllocatorStorage) NodeIdPairAllocatorType(Max); in Allocators()
203 NodeIdPairAllocator = reinterpret_cast<NodeIdPairAllocatorType *>( in Allocators()
219 sizeof(NodeIdPairAllocatorType)); in Allocators()
227 NodeIdPairAllocator = reinterpret_cast<NodeIdPairAllocatorType *>( in Allocators()
[all …]