Memory leakage

Hi,

I would like to check if I have a memory leakage.Therefore, I wonder if there exists a program that can check memory leakage on a executable in runtime over time. To determine if there is memory leakage?

The platform is HP-UX B.11.31 U ia64. I have heard about purify, but to my extent of knowledge I need to compile the code with purify. I want to skip that. Just want a program I can run on the executable if it exists.

You could look at:

HP-UX Java - Diagnosing Memory Leaks with Java on HP-UX
From an old peer at ITRC:
Man Page for mem #and the script:
http://www.hpuxconsulting.com/mem.mon