lua-users home
lua-l archive

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


Hi all,

Now and then I call collectgarbage("collect") and
collectgarbage("count"), and see that more and more memory is
being used depending on the application.  Is there a way to see
what this memory is used by?  A debugger telling me where each
object has been allocated would be very useful, too.  Any hints?
(lua-5.1-alpha)

thanks,
Wolfgang Oertl