Searched refs:NodeAllocatorType (Results 1 – 2 of 2) sorted by relevance
136 using NodeAllocatorType = NodeArray::AllocatorType; member142 alignas(NodeAllocatorType) std::byte143 NodeAllocatorStorage[sizeof(NodeAllocatorType)];151 NodeAllocatorType *NodeAllocator = nullptr;169 NodeAllocatorType(B.NodeBuffer.Data, B.NodeBuffer.Size); in Allocators()171 reinterpret_cast<NodeAllocatorType *>(&NodeAllocatorStorage); in Allocators()190 new (&NodeAllocatorStorage) NodeAllocatorType(Max); in Allocators()192 reinterpret_cast<NodeAllocatorType *>(&NodeAllocatorStorage); in Allocators()211 sizeof(NodeAllocatorType)); in Allocators()222 reinterpret_cast<NodeAllocatorType *>(&NodeAllocatorStorage); in Allocators()[all …]
266 using NodeAllocatorType = RecyclingAllocator<BumpPtrAllocator, SDNode,271 NodeAllocatorType NodeAllocator;