Searched refs:NodeAllocator (Results 1 – 9 of 9) sorted by relevance
156 NodeAllocatorType *NodeAllocator = nullptr; member175 NodeAllocator = in Allocators()196 NodeAllocator = in Allocators()226 NodeAllocator = in Allocators()235 O.NodeAllocator = nullptr; in Allocators()244 if (NodeAllocator)245 NodeAllocator->~NodeAllocatorType();246 if (O.NodeAllocator) {248 NodeAllocatorType(std::move(*O.NodeAllocator));249 NodeAllocator =[all …]
1948 return Doc->NodeAllocator; in getAllocator()2402 return new (NodeAllocator) AliasNode(stream.CurrentDoc, T.Range.substr(1)); in parseBlockNode()2428 return new (NodeAllocator) SequenceNode( stream.CurrentDoc in parseBlockNode()2434 return new (NodeAllocator) in parseBlockNode()2441 return new (NodeAllocator) in parseBlockNode()2448 return new (NodeAllocator) in parseBlockNode()2455 return new (NodeAllocator) in parseBlockNode()2462 return new (NodeAllocator) in parseBlockNode()2470 StringRef StrCopy = NullTerminatedStr.copy(NodeAllocator).drop_back(); in parseBlockNode()2471 return new (NodeAllocator) in parseBlockNode()[all …]
46 SuffixTreeNode *N = new (NodeAllocator.Allocate()) in insertLeaf()63 new (NodeAllocator.Allocate()) SuffixTreeNode(StartIdx, E, Root); in insertInternalNode()
373 struct NodeAllocator { struct377 NodeAllocator(uint32_t NPB = 4096) argument509 static_assert(sizeof(NodeBase) <= NodeAllocator::NodeMemSize,875 NodeAllocator Memory;
252 NodeAllocatorType NodeAllocator;373 return new (NodeAllocator.template Allocate<SDNodeT>())
153 llvm::SpecificBumpPtrAllocator<SuffixTreeNode> NodeAllocator;
560 BumpPtrAllocator NodeAllocator; variable
344 void NodeAllocator::startNewBlock() { in startNewBlock()356 bool NodeAllocator::needNewBlock() { in needNewBlock()365 NodeAddr<NodeBase*> NodeAllocator::New() { in New()377 NodeId NodeAllocator::id(const NodeBase *P) const { in id()389 void NodeAllocator::clear() { in clear()
910 NodeAllocator.Deallocate(AllNodes.remove(N)); in DeallocateNode()