emacs-devel
[Top][All Lists]
Advanced

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

Memory leaks


From: Uday S Reddy
Subject: Memory leaks
Date: Thu, 03 Mar 2011 17:13:18 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7

I am trying to track down some possible memory leaks in VM. I have been assuming that, when a buffer gets killed,

- all its string memory is reclaimed,

- all the buffer-local variables are reclaimed, and

- all the overlays and intervals are reclaimed.

Are any of these assumptions invalid? If so, what can I do about the lost memory?

Cheers,
Uday




reply via email to

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