|
From: Paul P. <ppl...@gm...> - 2005-10-06 02:08:02
|
On 10/5/05, Irek Szczesniak <ij...@ii...> wrote: > > > I used massif before with the same code and got some results. What am > I doing wrong this time? Probably linking with libc.a or linking static malloc() implementation from some other library. What does 'nm simone | grep malloc' report? Cheers, |