Tagged Questions
5
votes
1answer
568 views
Leak detection issue in iOS with xCode 4.3
I have a very strange issue with the xCode 4.3 memory leak instruments... Basically it does not work in the following case...
Project is created without ARC support.
Create a simple class which ...
0
votes
1answer
520 views
Instruments not able to find a memory leak
I have this test code which i run using Profile options.
But I am not able to see any leaks
I have injected a leak but not sure why instruments is not showing a leak
NSMutableArray* test_leak2()
{
...
1
vote
1answer
118 views
Problem in analyzing Leak instrument in ipad
I am using the leak instrument first time.
i am getting two leaks in my code, when i saw the source code then it shows at these two bold statements....
- (id) initWithFrame: (CGRect) frame
{
...
2
votes
1answer
309 views
What commands are valid in “console pane” of Mac's “Instruments” app? (E.g., in Instrument)
I'm running the Mac OS "Instruments" app, using the "Leaks Instrument" to monitor an
iPhone app. The major pane is titled "Leaked Blocks", but if you click on that you
get a choice of three: "Leaked ...