• 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.

Usage,
mem_node_fork(node, quiet = FALSE)

mem_node_dominator_fork(node, quiet = FALSE)

Arguments

node

A memtools node.

quiet

Whether to report how many nodes were climbed.