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

Function action_free

v2/engine/rules.c:295–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293 */
294
295void action_free( ACTION * action )
296{
297 if ( --action->refs == 0 )
298 {
299 freetargets( action->targets );
300 freetargets( action->sources );
301 BJAM_FREE( action );
302 }
303}
304
305
306/*

Callers 2

freeactionsFunction · 0.85
evaluate_ruleFunction · 0.85

Calls 1

freetargetsFunction · 0.85

Tested by

no test coverage detected