Searched refs:NodeAllocatorType (Results 1 – 4 of 4) 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()196 reinterpret_cast<NodeAllocatorType *>(&NodeAllocatorStorage); in Allocators()215 sizeof(NodeAllocatorType)); in Allocators()226 reinterpret_cast<NodeAllocatorType *>(&NodeAllocatorStorage); in Allocators()[all …]
201 NodeAllocatorType;204 NodeAllocatorType NodeAllocator;
254 using NodeAllocatorType = RecyclingAllocator<BumpPtrAllocator, SDNode,259 NodeAllocatorType NodeAllocator;