I have bunch of queries regarding android memory management . I know each app is provided with jvm , but how about memory size , do they increase and decrease with respect to other apps on phone?
The main part how do jni memory allocation in each jvm taken care ? When accessing one of the android default native methods , where does memory allocation take place? Can low memory cause segmentation faults , when native methods are executed ? Considering the scenario i am trying to test , where there is low memory for my app and native calls can cause issue.What are effective ways to test low memory scenarios on android Thank you -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

