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

Function check_alignment

src/engine/function.c:234–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232#define LISTPTR_ALIGN ( ( LISTPTR_ALIGN_BASE > sizeof( LIST * ) ) ? sizeof( LIST * ) : LISTPTR_ALIGN_BASE )
233
234static void check_alignment( STACK * s )
235{
236 assert( (size_t)s->data % LISTPTR_ALIGN == 0 );
237}
238
239void * stack_allocate( STACK * s, int size )
240{

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