Results 1 to 2 of 2
Do any body know how to check memory leaks on suse linux ( HP 64bit machine)
Are there any tools to get the report. We have valgrind tool in Intel ...
- 02-25-2008 #1Just Joined!
- Join Date
- Feb 2008
- Posts
- 1
memory Leaks
Do any body know how to check memory leaks on suse linux ( HP 64bit machine)
Are there any tools to get the report. We have valgrind tool in Intel x86 and IBM Machines, but i think no tool is present for HP machines.
Do any body know any tool....or some thing??
Please Let me knowww

thx
Raghu
- 02-25-2008 #2Linux Newbie
- Join Date
- Jan 2008
- Location
- UK
- Posts
- 211
Have a look at this see if it helps!
A garbage collector for C and C++
It says in part.. The collector is not completely portable, but the distribution includes ports to most standard PC and UNIX/Linux platforms. The collector should work on Linux, *BSD, recent Windows versions, MacOS X, HP/UX, Solaris, Tru64, Irix and a few other operating systems. Some ports are more polished than others. There are instructions for porting the collector to a new platform.
Irix pthreads, Linux threads, Win32 threads, Solaris threads (old style and pthreads), HP/UX 11 pthreads, Tru64 pthreads, and MacOS X threads are supported in recent versions.


Reply With Quote