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

Function dynamic_array_free

v2/engine/function.c:1279–1282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1277}
1278
1279static void dynamic_array_free( struct dynamic_array * array )
1280{
1281 BJAM_FREE( array->data );
1282}
1283
1284static void dynamic_array_push_impl( struct dynamic_array * const array,
1285 void const * const value, int const unit_size )

Callers 7

compiler_freeFunction · 0.85
var_parse_group_freeFunction · 0.85
var_parse_actions_freeFunction · 0.85
var_parse_var_freeFunction · 0.85
var_parse_file_freeFunction · 0.85
argument_compiler_freeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected