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

Function var_parse_actions_new

v2/engine/function.c:1598–1604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1596 */
1597
1598static VAR_PARSE_ACTIONS * var_parse_actions_new()
1599{
1600 VAR_PARSE_ACTIONS * const result = (VAR_PARSE_ACTIONS *)BJAM_MALLOC(
1601 sizeof(VAR_PARSE_ACTIONS) );
1602 dynamic_array_init( result->elems );
1603 return result;
1604}
1605
1606static void var_parse_actions_free( VAR_PARSE_ACTIONS * actions )
1607{

Callers 1

parse_actionsFunction · 0.85

Calls 1

dynamic_array_initFunction · 0.85

Tested by

no test coverage detected