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

Function clear_state_freelist

v2/engine/make1.c:138–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136
137
138static void clear_state_freelist()
139{
140 while ( state_freelist )
141 {
142 state * const pState = state_freelist;
143 state_freelist = state_freelist->prev;
144 BJAM_FREE( pState );
145 }
146}
147
148
149static state * current_state( stack * const pStack )

Callers 1

make1Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected