F.2.3 __alloca__ Alignment
__alloca__rounds requested sizes up to 8 bytes- dynamic
__alloca__lowers to the host compiler'sallocafacility (or builtin equivalent) - if the selected C compiler does not expose an
allocafacility, compilation fails by default
__static_alloca__ remains shared writable static storage and does not depend on alloca.