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

Function stack_deallocate

src/engine/function.cpp:265–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265void stack_deallocate( STACK * s, int32_t size )
266{
267 check_alignment( s );
268 s->data = (char *)s->data + size;
269 check_alignment( s );
270}
271
272void stack_push( STACK * s, LIST * l )
273{

Callers 5

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

Calls 1

check_alignmentFunction · 0.85

Tested by

no test coverage detected