lua-users home
lua-l archive

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


> What exactly does the value of collectgarbage("count") mean?

collectgarbage("count")*1024 is the total number of bytes currently
allocated by Lua.

-- Roberto