|
From: Jaguar X. <xio...@gm...> - 2008-07-11 06:20:01
|
Hi, I get a question about using valgrind. Can I dump full content of a possilbe lost block? Valgrind report such blocks which are allocated during static initialization, which seems to be the STL allocated chunks for string data. It would be more helpful if the content could be dumpped. Thanks! |