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

Function var_parse_group_new

src/engine/function.cpp:1774–1779  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1772 */
1773
1774static VAR_PARSE_GROUP * var_parse_group_new()
1775{
1776 VAR_PARSE_GROUP * const result = (VAR_PARSE_GROUP*)BJAM_MALLOC( sizeof( VAR_PARSE_GROUP ) );
1777 dynamic_array_init( result->elems );
1778 return result;
1779}
1780
1781static void var_parse_group_free( VAR_PARSE_GROUP * group )
1782{

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