Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ freetargets
Function
freetargets
v2/engine/rules.c:416–424 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
414
*/
415
416
void freetargets( TARGETS * chain )
417
{
418
while ( chain )
419
{
420
TARGETS * const n = chain->next;
421
BJAM_FREE( chain );
422
chain = n;
423
}
424
}
425
426
427
/*
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