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

Function var_parse_group_free

v2/engine/function.c:1551–1558  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1549}
1550
1551static void var_parse_group_free( VAR_PARSE_GROUP * group )
1552{
1553 int i;
1554 for ( i = 0; i < group->elems->size; ++i )
1555 var_parse_free( dynamic_array_at( VAR_PARSE *, group->elems, i ) );
1556 dynamic_array_free( group->elems );
1557 BJAM_FREE( group );
1558}
1559
1560static void var_parse_group_add( VAR_PARSE_GROUP * group, VAR_PARSE * elem )
1561{

Callers 4

var_parse_actions_freeFunction · 0.85
var_parse_var_freeFunction · 0.85
var_parse_file_freeFunction · 0.85
compile_parseFunction · 0.85

Calls 2

var_parse_freeFunction · 0.85
dynamic_array_freeFunction · 0.85

Tested by

no test coverage detected