[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: gcinfo() vs collectgarbage( "count" )?
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 17 Mar 2005 11:12:54 -0300
> Which one of the above method should I use to get the amount of memory
> used by the Lua VM?
collectgarbage( "count" ). gcinfo is still there only for compatibility.
-- Roberto