Hi , do any one the main difference between the Net, Overall, #Net and #Overall columns in the Object Allocation instrument table. If So Please reply or send any link referenced to this. tTHank Yyou.
Hi , do any one the main difference between the Net, Overall, #Net and #Overall columns in the Object Allocation instrument table. If So Please reply or send any link referenced to this. tTHank Yyou.
I believe that "Net" means objects that are still allocated right now - and "Overall" is the total number over the life of the application so far.
So if you create 10 strings, and then 5 are deallocated, your numbers will show as
Net: 5 Overall: 10
I am using Http Connection for every 3 seconds, by invoking timer. I am getting the httpconnection well. But after running for around 5 minutes , my application getting crashed, without showing any memory leaks. In my application I just use a timer , NSURL and NSDATA. I didnt made any alloc to release. But my applicaiton getting crash.
Following are the some of observation I made of my Knowledge..
1) In Leak Instrument, the #Net/Overall allocation histogram is turning towards RED. As per the instrument user guide , I found this need to do some investigation. But I dont how can I make this clear. I am calling timer in which no allocations were done to release.
Do anyone had the solution or support Please help.