[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: How to get lua_state Size ?
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 28 Nov 2014 16:50:35 -0200
> Is there a way to get the size of the lua_state ?
Do you mean this?
> print(1024 * collectgarbage("count"))
-- Roberto