Is there a way to know the size of memory space allocated by an application on iPhone or iPad via objective-c code? This is just to know how much memory my application is allocating space in RAM during run time.
Thanks.
Is there a way to know the size of memory space allocated by an application on iPhone or iPad via objective-c code? This is just to know how much memory my application is allocating space in RAM during run time.
Thanks.
You can use Instruments by apple themselves if you don't want to put extra code in your app.
This is just an example of doing this without the code.