This question is for Android/any smart phone OS.
I want to allocate small part of memory specially to my application to use. The purpose of doing that is another application running on my phone will not affect my application in any case.
Is it possible or not ? If yes then How ?
Any link or any help would help me…
Thanks In Advance
If you are building a custom kernel/modified OS to run on your own device then yes, you can do it. For this, you’ll have to go deep into OS architecture, memory management etc
If you plan to do this on commercial devices that are sold to customers (Android, ios etc), then no OS will provide you API’s to do this.