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

Function var_parse_actions_free

src/engine/function.cpp:1836–1844  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1834}
1835
1836static void var_parse_actions_free( VAR_PARSE_ACTIONS * actions )
1837{
1838 int32_t i;
1839 for ( i = 0; i < actions->elems->size; ++i )
1840 var_parse_group_free( dynamic_array_at( VAR_PARSE_GROUP *,
1841 actions->elems, i ) );
1842 dynamic_array_free( actions->elems );
1843 BJAM_FREE( actions );
1844}
1845
1846
1847/*

Callers 1

function_compile_actionsFunction · 0.85

Calls 2

var_parse_group_freeFunction · 0.85
dynamic_array_freeFunction · 0.85

Tested by

no test coverage detected