lua-users home
lua-l archive

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


> OTOH, "manual" allocation (i.e. not with lua_newuserdata) probably
> counts as advanced use by itself.

Surely it is in Lua. Because most functions in the API may throw an
error, it is hard to ensure the release of blocks allocated "manually".

-- Roberto