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

Function freeactions

src/engine/rules.cpp:430–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428 */
429
430void freeactions( ACTIONS * chain )
431{
432 while ( chain )
433 {
434 ACTIONS * const n = chain->next;
435 action_free( chain->action );
436 BJAM_FREE( chain );
437 chain = n;
438 }
439}
440
441
442/*

Callers 1

freetargetFunction · 0.85

Calls 1

action_freeFunction · 0.85

Tested by

no test coverage detected