Hello All,
MACOSX.Application is build in COCOA C. We are using WebView object to
load a .swf file.Now, one third party application is used for desktop
sharing .
When the actual desktop sharing happen memory of our application is
increasing very high. specially virtual memory. Even if we remove that
desktop sharing.still the memory is not releasing much. like only 5%
of increased memory is freeing.. all are remain as it is .
Now, I m trying how to see which function/ thread or object is
consuming the memory when desktop sharing started and which one is not
released at the end of desktop sharing.
Can anyone suggest which of these tool should use to find out the
problem. and how to use it properly.
Thank you.
with regards,
Archita
Reinder Verlinde - 27 Apr 2007 12:08 GMT
> Can anyone suggest which of these tool should use to find out the
> problem. and how to use it properly.
See
<http://developer.apple.com/documentation/Performance/Conceptual/Managing
Memory/index.html>
Reinder