lua-users home
lua-l archive

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


thanks very much. 

i did some test with your file, but i have a problem with that.

when i getSize() of a table, the total size of the table will not include the refrence object.

for example, 
test = {1,2}
test1 = {1,2,3,4,5, link = test}
the size of test1 will not include test

any idea ?

On Tue, Jun 1, 2010 at 9:12 PM, Vadim Peretokin <vperetokin@gmail.com> wrote:
1) http://code.matthewwild.co.uk/lua-getsize/ - lua-getsize calculates the size of a Lua object