Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
244
void stack_deallocate( STACK * s, int size )
245
{
246
check_alignment( s );
247
s->data = (char *)s->data + size;
248
check_alignment( s );
249
}
250
251
void stack_push( STACK * s, LIST * l )
252
{
Callers
4
stack_pop
Function · 0.85
expand_modifiers
Function · 0.85
function_run_actions
Function · 0.85
function_run
Function · 0.85
Calls
1
check_alignment
Function · 0.85
Tested by
no test coverage detected