HomeSort by: relevance | last modified time | path
    Searched defs:NodeAllocator (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_function_call_trie.h 156 NodeAllocatorType *NodeAllocator = nullptr;
175 NodeAllocator =
196 NodeAllocator =
226 NodeAllocator =
235 O.NodeAllocator = nullptr;
244 if (NodeAllocator)
245 NodeAllocator->~NodeAllocatorType();
246 if (O.NodeAllocator) {
248 NodeAllocatorType(std::move(*O.NodeAllocator));
249 NodeAllocator
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
SuffixTree.h 153 llvm::SpecificBumpPtrAllocator<SuffixTreeNode> NodeAllocator;
158 /// \p NodeAllocator like every other node in the tree.
YAMLParser.h 560 BumpPtrAllocator NodeAllocator;
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
RDFGraph.h 373 struct NodeAllocator {
377 NodeAllocator(uint32_t NPB = 4096)
509 static_assert(sizeof(NodeBase) <= NodeAllocator::NodeMemSize,
510 "NodeBase must be at most NodeAllocator::NodeMemSize bytes");
875 NodeAllocator Memory;

Completed in 30 milliseconds