How much is too much memory allocation in NDK?
- by Maximus
The NDK download page notes that, "Typical good candidates for the NDK are self-contained, CPU-intensive operations that don't allocate much memory, such as signal processing, physics simulation, and so on."
I came from a C background and was excited to try to use the NDK to operate most of my OpenGL ES functions and any native functions related…