MCPcopy Create free account
hub / github.com/boostorg/build / var_parse_actions_free

Function var_parse_actions_free

v2/engine/function.c:1606–1614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1604}
1605
1606static void var_parse_actions_free( VAR_PARSE_ACTIONS * actions )
1607{
1608 int i;
1609 for ( i = 0; i < actions->elems->size; ++i )
1610 var_parse_group_free( dynamic_array_at( VAR_PARSE_GROUP *,
1611 actions->elems, i ) );
1612 dynamic_array_free( actions->elems );
1613 BJAM_FREE( actions );
1614}
1615
1616
1617/*

Callers 1

function_compile_actionsFunction · 0.85

Calls 2

var_parse_group_freeFunction · 0.85
dynamic_array_freeFunction · 0.85

Tested by

no test coverage detected