Programmatically retrieve iOS memory

This question refers to an already replied message.

stack overflow

So, I see that you can capture the number of pages that the kernel has allocated for each point using info.residentPages.

Now why is this number different from the number that the Xcode GUI gives me (in the debug navigator under the "Memory" tab, you get a nice panel with the amount of MB in current use.)? Should it be the same as what (info.residentPages β†’ 20) will give me?

+6
source share

All Articles