[Newbies] purge of graphics objects

K. K. Subramaniam subbukk at gmail.com
Tue Apr 28 12:26:22 UTC 2009


On Tuesday 28 April 2009 5:21:25 pm antonio wrote:
>  Sometimes the size of a project does not reduce after the deletion of a
> graphic object. How can I purge definitively the space of this object?
If the object is truly freed and no references anywhere in your code or 
browsing tools, you can force a full garbage collection with:
    Smalltalk garbageCollect.

See WorldMenu->help for a quick way to check vm statistics or space left.

HTH .. Subbu


More information about the Beginners mailing list