Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3622614
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T23:16:55+00:00 2026-05-18T23:16:55+00:00

This is a multiple part question, mostly because my ignorance on the matter has

  • 0

This is a multiple part question, mostly because my ignorance on the matter has multiple layers.

First, I put together a caching system for caching CGImageRef objects. I keep it at the CGImageRef level (rather than UIImage) as I am loading images in background threads. When an image is loaded I put it into a NSMutableDictionary. I had to do a bit of arm twisting to get CGImageRef‘s into the array:

//Bunch of stuff drawing into a context
CGImageRef imageRef = CGBitmapContextCreateImage(context);

CGContextRelease(context); 
[(id)imageRef autorelease];
[self.cache setObject:(id)imageRef forKey:@"SomeKey"];

So, as you can see, I’m trying to treat the Image Ref as an NSObject, setting it to autorelease then placing it in the dictionary. My expectation is this will allow the image to be cleaned up after being removed from the dictionary. Now, I am beginning to have my doubts.

My application clears the cache array when the user “restarts” to play with different images. Running the application in Instruments shows that the memory is not dropping back to the “start” level on restart, but instead remains steady. My gut tells me that when the array has all objects removed the CGImageRef is not being cleared.

However, I’m unable to confirm this as I don’t quite know how to track down the actual source of the memory in instruments. It’s just a list of (Malloc 16 Bytes, Malloc 32 Bytes, etc), drilling into them just show a list of dyld callers. Not sure how to properly read it.

So, first question, is my way of caching CGImageRef objects completely flawed? And is there a better way to confirm such things in instruments?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T23:16:55+00:00Added an answer on May 18, 2026 at 11:16 pm

    First of all, caching CGImages is OK and I don’t see any problems with the code you posted.

    Am I correctly assuming you use an NSMutableDictionary as the cache? If so, you can clear it by sending it -removeAllObjects, which should release all the keys and values. If you just set different images for the same keys, memory usage may remain roughly the same because you replace previous images with new ones. If the images have the same size, memory usage should be constant except brief spikes when you create a new batch of images.

    As for Instruments, I’ve seen it both report false positives and miss real leaks. Try running it several times, making pauses, if possible, for the Leaks instrument to “catch up”. This sounds crazy, but I think it may make it a bit more reliable.

    If all else fails, you can log the contents of the cache before and after loading a set of images to make sure the cache itself works as expected.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

this is the scenario: multiple web systems (mostly lampp/wampp) exist, most of them with
This is sort of a follow-up to this question . If there are multiple
Following on from this question: Run WCF ServiceHost with multiple contracts Are there any
I asked this question: Serial Port (rs232) in Mono for multiple platforms and this
This is probably a multi-part question. Background: we have a native (c++) library that
I started with this question: Multiple Javascript gadgets per page . After reading up
I have multiple setTimeout functions like this: function bigtomedium(visiblespan) { visiblespan.removeClass('big').addClass('medium'); setTimeout(function(){ mediumtosmall(visiblespan);},150); };
I've got this nasty problem where sending multiple, large messages in quick succession from
I've run across this sort of thing on multiple websites and was wondering what
I need to generate multiple random values under SQL Server 2005 and somehow this

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.