lua-users home
lua-l archive

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


Hi,

Leo Razoumov wrote:
> >* read-write heap: 18K with standard libs, as low as 1K without.
> 
> How did you measure read-write heap?

collectgarbage("count")    [ formerly known as gcinfo() ]

Bye,
     Mike