Searched refs:NodeIdPairAllocatorType (Results 1 – 1 of 1) sorted by relevance
104 using NodeIdPairAllocatorType = NodeIdPairArray::AllocatorType; variable148 alignas(NodeIdPairAllocatorType) std::byte149 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 …]