|
From: Aman A. <ama...@gm...> - 2016-04-04 16:41:15
|
Thank you so much for your valuable response. On Mon 4 Apr, 2016, 7:12 PM John Reiser, <jr...@bi...> wrote: > > I'm currently working in an application which uses java/jsp in front end > (client side) and C++ as middle tier on a Linux server (server side). Will > valgrind still be able to help me identify memory leaks? > > If the C++ server side is a separate process, and if that process > can be invoked under valgrind, and if the process calls exit(), > and if the monitoring slowdown of 20X to 50X in CPU time can be > tolerated, and if the memory size expansion of about 2X can be > handled, and if all allocation uses malloc/free/new/delete (no > private allocation arenas), then yes, valgrind can help find memory leaks. > Java: no. > > > ------------------------------------------------------------------------------ > _______________________________________________ > Valgrind-developers mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-developers > |