Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/
Dxray_function_call_trie.h104 using NodeIdPairAllocatorType = NodeIdPairArray::AllocatorType; variable
151 typename std::aligned_storage<sizeof(NodeIdPairAllocatorType),
152 alignof(NodeIdPairAllocatorType)>::type
158 NodeIdPairAllocatorType *NodeIdPairAllocator = nullptr;
187 new (&NodeIdPairAllocatorStorage) NodeIdPairAllocatorType( in Allocators()
189 NodeIdPairAllocator = reinterpret_cast<NodeIdPairAllocatorType *>( in Allocators()
206 new (&NodeIdPairAllocatorStorage) NodeIdPairAllocatorType(Max); in Allocators()
207 NodeIdPairAllocator = reinterpret_cast<NodeIdPairAllocatorType *>( in Allocators()
223 sizeof(NodeIdPairAllocatorType)); in Allocators()
231 NodeIdPairAllocator = reinterpret_cast<NodeIdPairAllocatorType *>( in Allocators()
[all …]