Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ cmdlist_free
Function
cmdlist_free
src/engine/command.cpp:47–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
void cmdlist_free( CMDLIST * l )
48
{
49
while ( l )
50
{
51
CMDLIST * tmp = l->next;
52
BJAM_FREE( l );
53
l = tmp;
54
}
55
}
56
57
/*
58
* cmd_new() - return a new CMD.
Callers
1
cmd_free
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected