emacs-devel
[Top][All Lists]
Advanced

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

Re: Memory again


From: YAMAMOTO Mitsuharu
Subject: Re: Memory again
Date: Fri, 23 Dec 2011 13:41:40 +0900
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)

> Other than running valgrind on temacs, load everything in and then
> print out reachable memory, I don't know how to check this.  It
> sounds as it isn't a leak as such, but something that is still
> referenced, but not needed.

The `heap' command might give some help.  Perhaps one can compare
results of `heaps -addresses all <pid>' between before and after a VM
invocation as explained in the manual page, and then use
`malloc_history' to show the stack trace.

                                     YAMAMOTO Mitsuharu
                                address@hidden



reply via email to

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