Searched refs:AllocateNode (Results 1 – 1 of 1) sorted by relevance
55 std::unique_ptr<NodeT> new_node = AllocateNode(callchain, 0, period, 0); in AddCallChain()84 AllocateNode(callchain, callchain_pos, period, 0); in AddCallChain()131 std::unique_ptr<NodeT> child = AllocateNode( in SplitNode()141 std::unique_ptr<NodeT> AllocateNode(const std::vector<EntryT*>& chain, in AllocateNode() function