--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To post to this group, send email to andro...@googlegroups.com.
To unsubscribe from this group, send email to android-ndk...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-ndk?hl=en.
I face intermittent crashes in my native code.
Debugging the stack trace, I saw that it's in fact the call to
'malloc' that caused the crash.
1. Is there a way to keep track of total memory usage? (i.e.,
situations where we're running on low memory)
2. Is it possible that there’s a bug in android’s implementation of
malloc?
3. When can malloc crash (i.e, if the size passed to it is too big, or
negative)?
Is mcheck supported by the NDK?
Any other ideas how to proceed?
Eyal