Is there an API to get free or used memory for iOS iPhone?
I can get the total memory size in bytes from NSProcessInfo.
[ NSProcessInfo processInfo ].physicalMemory;
Is there an API to get free or used memory for iOS iPhone?
I can get the total memory size in bytes from NSProcessInfo.
[ NSProcessInfo processInfo ].physicalMemory;