Does anyone know a way of allocating memory on the stack
in the way the C-function 'alloca' does?
I figure that it's only possible with ASM (if it is even possible without compiler assistance), though I'd very much prefer
something standard like *foo = AllocateStackMemory(16).
Any thoughts are appreciated, thanks.



