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

Function stack_deallocate

v2/engine/function.c:244–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244void stack_deallocate( STACK * s, int size )
245{
246 check_alignment( s );
247 s->data = (char *)s->data + size;
248 check_alignment( s );
249}
250
251void stack_push( STACK * s, LIST * l )
252{

Callers 4

stack_popFunction · 0.85
expand_modifiersFunction · 0.85
function_run_actionsFunction · 0.85
function_runFunction · 0.85

Calls 1

check_alignmentFunction · 0.85

Tested by

no test coverage detected