首页 > 代码库 > IOS - Autorelease for CGMutablePathRef?

IOS - Autorelease for CGMutablePathRef?

http://stackoverflow.com/questions/2819548/autorelease-for-cgmutablepathref

 

Autorelease pools exist in the Foundation layer and above (AppKit/UIKit, etc).

They don‘t exist for CoreFoundation/CoreGraphics objects.

IOS - Autorelease for CGMutablePathRef?