lua-users home
lua-l archive

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


> Is there a way to get the size of the lua_state ?

Do you mean this?

> print(1024 * collectgarbage("count"))

-- Roberto