Clarification
Clarification
Posted Jan 15, 2009 15:51 UTC (Thu) by pr1268 (guest, #24648)In reply to: The Valgrind Project releases version 3.4.0 by pr1268
Parent article: The Valgrind Project releases version 3.4.0
I should clarify that Valgrind says that the above program possibly lost 19 bytes. And, the Valgrind documentation mentions the possibility of false positives related to what this program does.
Still, I find it interesting to analyze the behavior of C++ allocator-based container and "almost container" classes using Valgrind. Not to mention its usefulness in finding uninitialized memory issues as discussed below.
