forgex_cli_memory_calculation_m Module


Uses

    • forgex_parameters_m

Functions

public function mem_dfa_graph(graph) result(res)

Arguments

Type IntentOptional Attributes Name
type(dfa_graph_t), intent(in) :: graph

Return Value integer

public function mem_nfa_graph(graph) result(res)

Arguments

Type IntentOptional Attributes Name
type(nfa_graph_t), intent(in) :: graph

Return Value integer

public function mem_tape(tape) result(res)

Arguments

Type IntentOptional Attributes Name
type(tape_t), intent(in) :: tape

Return Value integer

public function mem_tree(tree) result(res)

Arguments

Type IntentOptional Attributes Name
type(tree_node_t), intent(in) :: tree(:)

Return Value integer