Searched refs:NodeAllocatorType (Results 1 – 2 of 2) sorted by relevance
136 using NodeAllocatorType = NodeArray::AllocatorType; member142 typename std::aligned_storage<sizeof(NodeAllocatorType),143 alignof(NodeAllocatorType)>::type155 NodeAllocatorType *NodeAllocator = nullptr;173 NodeAllocatorType(B.NodeBuffer.Data, B.NodeBuffer.Size); in Allocators()175 reinterpret_cast<NodeAllocatorType *>(&NodeAllocatorStorage); in Allocators()194 new (&NodeAllocatorStorage) NodeAllocatorType(Max); in Allocators()215 sizeof(NodeAllocatorType)); in Allocators()244 NodeAllocator->~NodeAllocatorType();247 NodeAllocatorType(std::move(*O.NodeAllocator));[all …]
251 using NodeAllocatorType = RecyclingAllocator<BumpPtrAllocator, SDNode,256 NodeAllocatorType NodeAllocator;