为什么每次内存增加大约100KB

时间:2012-07-16 08:08:36

标签: ios5 memory-management memory-leaks

当我调用方法[self presentViewController:[self.storyboard instantiateViewControllerWithIdentifier:@"MagicPaint"] animated:YES completion:^{}];时 在MagicPaint中,触摸后退按钮后,[self dismissViewControllerAnimated:NO completion:^{}]; 每次增加大约100KB的物理内存。

如何释放100KB内存?

我正在使用iOS 5.0 ARC

0 个答案:

没有答案