emacs-devel
[Top][All Lists]
Advanced

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

Re: Debugging memory leaks/stale references


From: Richard Stallman
Subject: Re: Debugging memory leaks/stale references
Date: Tue, 28 Sep 2004 11:20:46 -0400

It might be interesting to keep track of malloc'ing of large blocks of
memory, recording the last N large blocks allocated in a table.
Or perhaps only those that do not hold conses, miscs, small strings, etc.
This way you might be able to find some large blocks and then
examine them to see what data is in them.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]