When I build a memory graph of my app I see ~500 memory warnings. When I look these are all in the Malloc Blocks
category and are all (mostly) prefixed with NSZombie
. I'm assuming this is what it normally looks like when running on device but I want to make sure.
Is this normal?