|
From: Nicholas N. <nj...@cs...> - 2005-02-10 14:38:53
|
On Thu, 10 Feb 2005, Dimitri Papadopoulos-Orfanos wrote: >> So what can I do? I want to test memory leak for our ia64 application. Do >> you know other tool can be used on ia64? > > Insure++ supports on AMD64 and Intel EM64T processors. > http://www.parasoft.com/ > > Purify has no specific hardware requirements so it should work on your > platform: > http://www-306.ibm.com/software/awdtools/purify/ > http://www-306.ibm.com/software/awdtools/purifyplus/ Pin (rogue.colorado.edu/Pin/) is a dynamic binary instrumentation framework that works on ia64, ia32 and amd64. I don't think it has a memory leak detector, but it would be a good framework for building one :) N |