I have an app that used a lot CoreGraphics and by using
"UIGraphicsGetCurrentContext()" and "CGContextDrawImage" and etc
CoreGraphics founctions, these functions call mmap() and these use a lot
virtual memory.
The problem is when I receive low memory warning, the memory used
by mmap() in virtual memory will not release automaticly, and I don't
have a way to manually release them. The app crash due to the virtual
memory pressure, my real RAM usage is very low. How can I manually
release the mmap() memory created by CoreGraphics? Thx
_______________________________________________
Cocoa-dev mailing list ([email protected])
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [email protected]