Search Results

0
votes

Memory footprint issues with JAVA, JNI, and C application

Write a C test harness and use valgrind/alleyoop to check for leakage in your C code, and similarly use the java jvisualvm tool. …
0
votes

Linux: How to measure actual memory usage of an application or process?

Another vote for Valgrind here, but I would like to add that you can use a tool like Alleyoop to help you interpret the results generated by valgrind. I use the two tools all the time and a …