At app start, my Cocoa app instantly creates two CFData objects. One of size 34 MB and another of size 57 MB. I cannot seem to figure out what these objects are or where they are coming from within Instruments.
Both are allocated before applicationWillFinishLaunching completes.
I have tried clearing NSURLCache as well as clearing my Kingfisher image cache and am open to other ideas for cleaning out this data. How can I find the source of these allocations?

 
    
