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

Function check_alignment

src/engine/function.cpp:252–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250#define LISTPTR_ALIGN ( ( LISTPTR_ALIGN_BASE > sizeof( LIST * ) ) ? sizeof( LIST * ) : LISTPTR_ALIGN_BASE )
251
252static void check_alignment( STACK * s )
253{
254 assert( (size_t)s->data % LISTPTR_ALIGN == 0 );
255}
256
257void * stack_allocate( STACK * s, int32_t size )
258{

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