[flexcoders] Re: Flex/Flash memory allocation

2008-02-13 Thread Gaurav Jain
Flash allocates memory in chunks, so it may allocate more than it requires. Also if you app has no memory leaks the total memory being used will reach a peak (depending upon your app) and GC will kick in if the app needs more memory. Setting variable to null does not guarantee that GC will run.

RES: [flexcoders] Re: Flex/Flash memory allocation

2008-02-13 Thread Guilherme Defreitas Juraszek
Thanks, i will test my app using the profiler. After this I post my results. Guilherme De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Em nome de Gaurav Jain Enviada em: quarta-feira, 13 de fevereiro de 2008 14:05 Para: flexcoders@yahoogroups.com Assunto: [flexcoders] Re: Flex