|
From: Andrei S. <and...@gm...> - 2008-05-28 08:06:35
|
I suspected that. However, I have no idea how and what I must modify and I would really appreciate some hints. On Wed, May 28, 2008 at 10:56 AM, Nicholas Nethercote < nj...@cs...> wrote: > Massif tracks deallocations, but you're right that it doesn't really say > anything about them, or about allocation lifetimes. > > You could definitely track object lifetimes with a Valgrind tool, and > Massif might be a good place to start because it has a lot of > allocation-tracking infrastructure, but I expect you'd need to make > substantial modifications to it. > > Nick > -- Andrei Soare |