Memory leaks debugging
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Memory leaks debugging
- From: Wolfgang Oertl <wolfgang.oertl@...>
- Date: 2005年9月25日 19:50:38 +0200
Hi all,
Now and then I call collectgarbage("collect") and
collectgarbage("count"), and see that more and more memory is
being used depending on the application. Is there a way to see
what this memory is used by? A debugger telling me where each
object has been allocated would be very useful, too. Any hints?
(lua-5.1-alpha)
thanks,
Wolfgang Oertl