[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Tracing Memory Grabbers
- From: Jorge <xxopxe@...>
- Date: Fri, 16 Mar 2012 11:37:35 -0300
On vie, 2012-03-16 at 09:48 +0100, Axel Kittenberger wrote:
> But how to approach Lua, is there some list
> of all allocated objects somewhere? Or some info How much memory the
> Lua VM needs?
Dumps state:
http://lua-users.org/lists/lua-l/2006-07/msg00110.html
What about a huge dot graph:
http://lua-users.org/lists/lua-l/2009-11/msg00491.html
Jorge