> 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.
------------------------------------------------------------------------------
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to