lua-users home
lua-l archive

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


>>> Another request I have is that all memory allocations be vector-able...
>What does that mean?

Oops, I meant "revectorable".  Doesn't really matter since we have the
source, but I prefer to be able to get new releases without having to update
it with changes each time.

>>> and that the "free" function take the number of bytes being freed.
>Lua already provides that.

I wasn't aware of that -- is it new to 5.0?