Is there a way to debug the heap in C++ in a Native Activity for overrun/underrun errors? There is zero Java usage in my application.
Something I know about is the MALLOC_CHECK_
which doesn't seem to be applicable to GNU libstdc++. I'm looking for something that would work in that context.