|
From: kiet t. <vie...@gm...> - 2011-12-08 23:43:57
|
Hi, I have a big program for Valgrind to just do memory check, but right now all I get from valgrind after one run is that all the reference to my NEW object declaration, which is not what I really want. Could some one please show me way to config Valgrind so that it only show to those unused heaps memories. P.S I am developing application using GTK+ using c++ on Ubuntu 10.04 with eclipse CDT Cheers, Kiet Tran |
|
From: WAROQUIERS P. <phi...@eu...> - 2011-12-09 09:53:25
|
> I have a big program for Valgrind to just do memory check, but right now all I get from valgrind after one run is that > all the reference to my NEW object declaration, which is not what I really want. Could some one please show me > way to config Valgrind so that it only show to those unused heaps memories. I am not too sure to understand what you mean with 'unused heaps memories'. The memcheck arguments --leak-check=no|summary|full, --show-reachable=no|yes and --show-possibly-lost=no|yes allows to specify how and which kind of heap blocks are reported. Philippe ____ This message and any files transmitted with it are legally privileged and intended for the sole use of the individual(s) or entity to whom they are addressed. If you are not the intended recipient, please notify the sender by reply and delete the message and any attachments from your system. Any unauthorised use or disclosure of the content of this message is strictly prohibited and may be unlawful. Nothing in this e-mail message amounts to a contractual or legal commitment on the part of EUROCONTROL, unless it is confirmed by appropriately signed hard copy. Any views expressed in this message are those of the sender. |