Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ check_alignment
Function
check_alignment
v2/engine/function.c:231–234 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
229
}
230
231
static void check_alignment( STACK * s )
232
{
233
assert( (size_t)s->data % sizeof( LIST * ) == 0 );
234
}
235
236
void * stack_allocate( STACK * s, int size )
237
{
Callers
6
stack_allocate
Function · 0.85
stack_deallocate
Function · 0.85
stack_top
Function · 0.85
stack_at
Function · 0.85
stack_set
Function · 0.85
stack_get
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected