I heard that there is no memory limitation PER APPLICATION for JNI in Android. Then how can I find the limitation for memory in JNI in Android? I assume it would be relative much larger, of course, still depending on how many applications are running, how much memory has been used in JNI.
I will do some image processing in JNI, and I do not like outofmemory exception. How can I avoid it?