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

Function var_parse_actions_new

src/engine/function.cpp:1828–1834  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1826 */
1827
1828static VAR_PARSE_ACTIONS * var_parse_actions_new()
1829{
1830 VAR_PARSE_ACTIONS * const result = (VAR_PARSE_ACTIONS *)BJAM_MALLOC(
1831 sizeof(VAR_PARSE_ACTIONS) );
1832 dynamic_array_init( result->elems );
1833 return result;
1834}
1835
1836static void var_parse_actions_free( VAR_PARSE_ACTIONS * actions )
1837{

Callers 1

parse_actionsFunction · 0.85

Calls 1

dynamic_array_initFunction · 0.85

Tested by

no test coverage detected