|
From: Nicholas N. <nj...@cs...> - 2005-05-18 16:34:22
|
On Wed, 18 May 2005, B Mat wrote: > I'm a new user doing some massif profiling on some code that I'm not > completely familiar with. The code seems to be using malloc, but my runs > always look like this: > ==23095== Total spacetime: 68,440,528 ms.B > ==23095== heap: 0.0% > ==23095== heap admin: 0.0% > ==23095== stack(s): 100.0% > > i've tried all the options, including --alloc-fn with no change. > > What are the possible reasons for this? Is your program statically linked? If so, switch to dynamic linking if you can. If not, I can't think what else it would be. N |