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

Function freetargets

src/engine/rules.cpp:415–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413 */
414
415void freetargets( TARGETS * chain )
416{
417 while ( chain )
418 {
419 TARGETS * const n = chain->next;
420 BJAM_FREE( chain );
421 chain = n;
422 }
423}
424
425
426/*

Callers 3

action_freeFunction · 0.85
freetargetFunction · 0.85
cmd_freeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected