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

Function dynamic_array_free

src/engine/function.cpp:1367–1370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1365}
1366
1367static void dynamic_array_free( struct dynamic_array * array )
1368{
1369 BJAM_FREE( array->data );
1370}
1371
1372static void dynamic_array_push_impl( struct dynamic_array * const array,
1373 void const * const value, int32_t 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_compileFunction · 0.85
argument_compiler_freeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected