lua-l archive
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
] [
Date Index
] [
Thread Index
]
Subject
:
I wrote a simple tool to detect memory leak in lua .
From
: 云风 <cloudwu@
...
>
Date
: Wed, 12 Dec 2012 14:44:00 +0800
I wrote a simple tool to detect memory leak in lua (5.2).
https://github.com/cloudwu/lua-snapshot
It traverses the whole lua state to mark the objects like gc , and make a snapshot in a table.
You can do snapshot twice , and compare them to find out new objects (table, thread, userdata, closure) created.
--
http://blog.codingnow.com
Prev by Date:
Re: Ambiguous syntax
Next by Date:
Re: Ambiguous syntax
Previous by thread:
Re: Ambiguous syntax
Next by thread:
ANN: SQLiteManager 4 - Working with sqlite databases will never be the same!
Index(es):
Date
Thread