|
From: Andrei S. <and...@gm...> - 2008-05-28 06:29:45
|
Hello, I am a GSoC student doing performance work for GNOME and I make use of Valgrind's massif a lot in my work. I want to ask you about the possibility of determining the lifetime of allocations during a program's execution. What I want to do is determine those allocations that have short lifetime and try to replace them with something else, perhaps static buffers, the main goal being to reduce the memory fragmentation in GNOME. >From what I noticed, Massif doesn't say anything about deallocations (free / delete), maybe I'm wrong ? Please let me know what I could do. Thank you for your time. -- Andrei Soare |