RE: [flexcoders] memory leak questions

2008-03-14 Thread Oliver Hsu
y, March 14, 2008 12:38 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] memory leak questions If you want to test using System.totalMemory, generally, I set up a timer and run a loop forever (create the label on the first timer call back, remove it on the next call

RE: [flexcoders] memory leak questions

2008-03-13 Thread Alex Harui
: flexcoders@yahoogroups.com Subject: RE: [flexcoders] memory leak questions I believe some strings are interned by the player, there was a fix related to this in flex 3, and now the number of such strings is a lot less than with flex 2.0.1. If you run profiling session with the option to generated

RE: [flexcoders] memory leak questions

2008-03-13 Thread Gaurav. Jain
I believe some strings are interned by the player, there was a fix related to this in flex 3, and now the number of such strings is a lot less than with flex 2.0.1. If you run profiling session with the option to generated objects stack traces, you can find out where the object was created using