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

Function var_parse_group_new

v2/engine/function.c:1544–1549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1542 */
1543
1544static VAR_PARSE_GROUP * var_parse_group_new()
1545{
1546 VAR_PARSE_GROUP * const result = BJAM_MALLOC( sizeof( VAR_PARSE_GROUP ) );
1547 dynamic_array_init( result->elems );
1548 return result;
1549}
1550
1551static void var_parse_group_free( VAR_PARSE_GROUP * group )
1552{

Callers 5

var_parse_var_newFunction · 0.85
parse_expansionFunction · 0.85
parse_variableFunction · 0.85
parse_var_stringFunction · 0.85

Calls 1

dynamic_array_initFunction · 0.85

Tested by

no test coverage detected