Re: how can i manage lua memory
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: how can i manage lua memory
- From: zuric <zurrix@...>
- Date: Tue, 1 Jun 2010 22:33:09 +0800
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