alloca
_alloca is required to be 16-byte aligned and additionally required to use a frame pointer.
The stack that is allocated needs to include space below it for parameters of subsequently called functions, as discussed in Stack Allocation.
Deze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
_alloca is required to be 16-byte aligned and additionally required to use a frame pointer.
The stack that is allocated needs to include space below it for parameters of subsequently called functions, as discussed in Stack Allocation.