lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hallo,

On 10/05/16 09:42, Marc Balmer wrote:
> 
> Well, in the real code the allocations are made for user supplied parameters, so I don't
> know neither the size of the parameters not their count (which can be up to 65535), so
> I really need to allocate the memory.
> 

There is always `alloca()`.

-- 
-alex
http://unendli.ch/