MCPcopy 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
231static void check_alignment( STACK * s )
232{
233 assert( (size_t)s->data % sizeof( LIST * ) == 0 );
234}
235
236void * stack_allocate( STACK * s, int size )
237{

Callers 6

stack_allocateFunction · 0.85
stack_deallocateFunction · 0.85
stack_topFunction · 0.85
stack_atFunction · 0.85
stack_setFunction · 0.85
stack_getFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected