Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
415
void 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_free
Function · 0.85
freetarget
Function · 0.85
cmd_free
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected