From xemacs-m  Sun Mar  2 20:45:21 1997
Received: from cs.uchicago.edu (alexandria.cs.uchicago.edu [128.135.11.87])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id UAA16003
	for <xemacs-beta@xemacs.org>; Sun, 2 Mar 1997 20:45:20 -0600 (CST)
Received: from jordan.cs.uchicago.edu (jordan [128.135.164.50]) by cs.uchicago.edu (8.8.5/8.7.3) with ESMTP id UAA16758 for <xemacs-beta@xemacs.org>; Sun, 2 Mar 1997 20:45:20 -0600 (CST)
Received: from jordan (localhost [127.0.0.1]) by jordan.cs.uchicago.edu (8.8.5/8.7.3) with ESMTP id UAA25391 for <xemacs-beta@xemacs.org>; Sun, 2 Mar 1997 20:45:19 -0600 (CST)
X-Face: `X="Sg7A[PL3/_8;>>ggjOy&\KtWiH7.wQ>Y"hQ2fxSG9RkPTCT}&^()5[Gp(-DaTf:t`MSBt@Li_C9U@y#i/c?i$uLQ8[';I$mMAm_rZta>l`STW_aA5`iD[!80p#_qmN4#tMu[Pu7wkIi)5*4YXAhg)9R2-BAWPbVOzgE$Ib4QuZn0YaE~'C/7h^CTuPybz$u
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: memory leak?
References: <xcdlo86yn2k.fsf@jordan.cs.uchicago.edu> <m2rahxvrfu.fsf@altair.xemacs.org> <xcdbu91zz2s.fsf@jordan.cs.uchicago.edu> <m2g1ydvhfq.fsf@altair.xemacs.org>
Mime-Version: 1.0 (generated by tm-edit 7.101)
Content-Type: text/plain; charset=US-ASCII
From: Soren Dayton <csdayton@cs.uchicago.edu>
Date: 02 Mar 1997 20:45:17 -0600
In-Reply-To: Steven L Baur's message of 02 Mar 1997 18:27:05 -0800
Message-ID: <xcd67z9zoaq.fsf@jordan.cs.uchicago.edu>
Lines: 26
X-Mailer: Gnus v5.4.12/XEmacs 20.0
Sender: csdayton@cs.uchicago.edu

Steven L Baur <steve@miranova.com> writes:

> Soren Dayton writes:
> 
> >> Do an explicit (garbage-collect) in the *scratch* buffer to see memory
> >> usage stats.  Maybe it will tell you something.
> 
> > tells me a lot.  None of it means much to me though:
> 
> > image-instances-used 62 image-instance-storage 3968
> 
> > is about the only thing that occurs to me that might be relevant.
> 
> Does the count of image-instances-used grow as you read the group?

Hmm.  good point.  Looked at two more:

image-instances-used 66 image-instance-storage 4224

5 more

image-instances-used 66 image-instances-freed 1 image-instance-storage 4224

and held constant for 10 more.

Soren

