Misunderstanding. I am suggesting to change the OS of the device, I am suggesting to test the application on a different machine, using a different OS and different tools since that is what you seem to have available.
I.e. if your debugger on Windows or OSX can be used to find memory leaks, then run the application on those platforms and use those tools.
That was my understanding as well. That is what we usually refer to as a subprocess or child process.
You could run the Qt interface in valgrind, no?
Yes. You can put the library anywhere you want, you only need to point LD_LIBRARY_PATH to that directory before launching the application.
The runtime linker will look there first before falling back to system locations.
Cheers,
_
Bookmarks