Searched refs:NodeAllocatorType (Results 1 – 2 of 2) sorted by relevance
137 using NodeAllocatorType = NodeArray::AllocatorType; member143 typename std::aligned_storage<sizeof(NodeAllocatorType),144 alignof(NodeAllocatorType)>::type156 NodeAllocatorType *NodeAllocator = nullptr;174 NodeAllocatorType(B.NodeBuffer.Data, B.NodeBuffer.Size); in Allocators()176 reinterpret_cast<NodeAllocatorType *>(&NodeAllocatorStorage); in Allocators()195 new (&NodeAllocatorStorage) NodeAllocatorType(Max); in Allocators()216 sizeof(NodeAllocatorType)); in Allocators()245 NodeAllocator->~NodeAllocatorType();248 NodeAllocatorType(std::move(*O.NodeAllocator));[all …]
250 using NodeAllocatorType = RecyclingAllocator<BumpPtrAllocator, SDNode,255 NodeAllocatorType NodeAllocator;