Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ stack_deallocate
Function
stack_deallocate
src/engine/function.c:247–252 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
245
}
246
247
void stack_deallocate( STACK * s, int size )
248
{
249
check_alignment( s );
250
s->data = (char *)s->data + size;
251
check_alignment( s );
252
}
253
254
void stack_push( STACK * s, LIST * l )
255
{
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