Possible Duplicates:
Programmatically retrieve memory usage on iPhone
How to detect a memory leak?
Hey I want to know the memory allocation in my app programatically in iPhone SDK . Need Help.
Possible Duplicates:
Programmatically retrieve memory usage on iPhone
How to detect a memory leak?
Hey I want to know the memory allocation in my app programatically in iPhone SDK . Need Help.
If you just run your application in Profile mode (click and hold the Run button and select Profile or do Command-I
), it will open Instruments and you can choose to profile memory allocations from there.