我提出了一份样本申请,宣布如下:
#define kSampleString @"didReceiveMemoryWarningdidReceiveMemoryWarningdidReceiveMemoryWarningdidReceiveMemoryWarningdidReceiveMemoryWarningdidReceiveMemoryWarningdidReceiveMemoryWarningdidReceiveMemoryWarningdidReceiveMemoryWarningdidReceiveMemoryWarningdidReceiveMemoryWarningdidReceiveMemoryWarning"
当用户点击以下活动手时,我对Macro的扼杀进行了记录。
-(IBAction)SampleMethod:(id)sender{
NSLog(@"Log %@",kSampleString);
}
以下是我收到的仪器数据:
On checking the allocations in Instruments, I got the below information. I am able to find that the allocation happens in NSLogv call in the area marked in Red color. But how do interpret the other things that are happening with respect to NSLogv. What are those malloc operations happening?