Searched refs:NodeAllocator (Results 1 – 10 of 10) sorted by relevance
174 NodeAllocator = in Allocators()195 NodeAllocator = in Allocators()225 NodeAllocator = in Allocators()234 O.NodeAllocator = nullptr; in Allocators()243 if (NodeAllocator)245 if (O.NodeAllocator) {248 NodeAllocator =250 O.NodeAllocator = nullptr;252 NodeAllocator = nullptr;295 if (NodeAllocator != nullptr) in ~Allocators()[all …]
46 SuffixTreeNode *N = new (NodeAllocator.Allocate()) in insertLeaf()63 new (NodeAllocator.Allocate()) SuffixTreeNode(StartIdx, E, Root); in insertInternalNode()
2004 return Doc->NodeAllocator; in getAllocator()2484 return new (NodeAllocator) SequenceNode( stream.CurrentDoc in parseBlockNode()2490 return new (NodeAllocator) in parseBlockNode()2497 return new (NodeAllocator) in parseBlockNode()2504 return new (NodeAllocator) in parseBlockNode()2511 return new (NodeAllocator) in parseBlockNode()2518 return new (NodeAllocator) in parseBlockNode()2527 return new (NodeAllocator) in parseBlockNode()2533 return new (NodeAllocator) in parseBlockNode()2544 return new (NodeAllocator) NullNode(stream.CurrentDoc); in parseBlockNode()[all …]
153 llvm::SpecificBumpPtrAllocator<SuffixTreeNode> NodeAllocator;
559 BumpPtrAllocator NodeAllocator; variable
373 struct NodeAllocator { struct377 NodeAllocator(uint32_t NPB = 4096) argument509 static_assert(sizeof(NodeBase) <= NodeAllocator::NodeMemSize,874 NodeAllocator Memory;
256 NodeAllocatorType NodeAllocator;385 return new (NodeAllocator.template Allocate<SDNodeT>())
340 class NodeAllocator { class360 NodeAllocator> {362 llvm::itanium_demangle::AbstractManglingParser<Derived, NodeAllocator>;
342 void NodeAllocator::startNewBlock() { in startNewBlock()354 bool NodeAllocator::needNewBlock() { in needNewBlock()363 NodeAddr<NodeBase*> NodeAllocator::New() { in New()375 NodeId NodeAllocator::id(const NodeBase *P) const { in id()387 void NodeAllocator::clear() { in clear()
1009 NodeAllocator.Deallocate(AllNodes.remove(N)); in DeallocateNode()