mem_node_fork.Rd
mem_node_fork()
climbs nodes from child to parent until a node
with more than one parent is reached.
mem_node_dominator_fork()
climbs nodes from dominated to
dominator until a node with more than one parent is reached.
mem_node_fork(node, quiet = FALSE)
mem_node_dominator_fork(node, quiet = FALSE)
A memtools node.
Whether to report how many nodes were climbed.