I am trying to free up some unused resources in my app. I have a couple MBs of an (object?) of category GeneralBlock and I have no clue what this is or how I should be approaching the freeing up of this GeneralBlock.
GeneralBlock has no apparent use. When I start my app there is a MENU screen at which point in time I have about 300kb of memory being used. At the end of the app, the user presses a button that brings him/her back to that same MENU screen, where there should STILL be only about 300kb of memory being used, but instead there is almost 2.5MB of memory!!!??? Most of it is attributed to GeneralBlock, hanging around somewhere. I have my display setting set to "Objects Created and Still Living" so it can't be any dealloc'd objects...Please enlighten me.