Can i do that? or It's a private API?
Asked
Active
Viewed 360 times
2 Answers
3
No, there are not API's for this.
How to display iPhone free memory ? and how to free iPhone memory?
1
You can get the total memory usage of your app and total free memory in the system with the code posted in this other question.
Of course, free memory varies depending on what background processes are running at the time and what's in the autorelease pool(s) at the moment, but it does give you some idea.