swarm-support
[Top][All Lists]
Advanced

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

Re: memory leaks(java)


From: Myriam Abramson
Subject: Re: memory leaks(java)
Date: 05 Sep 2001 14:59:57 -0400
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.3

Okay, I've tracked down the source of my memory leak.

I have probemaps associated with objects. 
In the constructor, I have: 

probeMap = new EmptyProbeMapImpl(getZone(), getClass());
Globals.env.probeLibrary.setProbeMap$For(probeMap, getClass()); 

probeMap.drop() does not seem to deallocate everything. 

Globals.env.probeLibrary does not seem to have a dropProbeMap method. 

How exactly do I deallocate probemaps and its associated objects?

TIA


-- 

                                    myriam

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

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