<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../../assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hardening consulting (Posts about massif)</title><link>https://www.hardening-consulting.com/</link><description></description><atom:link href="https://www.hardening-consulting.com/en/categories/massif.xml" rel="self" type="application/rss+xml"></atom:link><language>en</language><lastBuildDate>Tue, 18 Feb 2025 22:51:03 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Quick tip: massif tool of Valgrind </title><link>https://www.hardening-consulting.com/en/posts/20240618-valgrind-and-massif.html</link><dc:creator>David FORT</dc:creator><description>&lt;div&gt;&lt;p&gt;&lt;img class="alignright" src="https://www.hardening-consulting.com/images/valgrind.png" width="100px"&gt;
A little tip that I discovered some time ago: the &lt;code&gt;massive&lt;/code&gt; tool from &lt;code&gt;valgrind&lt;/code&gt;. It can address cases
where we have a program that eats up too much memory unnecessarily, but since it does cleanups correctly at the end, we don't
see anything with standard leak tools like &lt;code&gt;valgrind&lt;/code&gt; or &lt;code&gt;asan&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;&lt;br style="clear: both;"&gt;&lt;/p&gt;
&lt;h2&gt;Massif&lt;/h2&gt;
&lt;p&gt;This is where the &lt;code&gt;massif&lt;/code&gt; tool from &lt;code&gt;valgrind&lt;/code&gt; comes in as well as the &lt;code&gt;massif-visualizer&lt;/code&gt; visualization tool. This
tool will allow you to regularly take snapshots of memory allocations, and to see the callstacks of location in our programs 
that make these allocations.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.hardening-consulting.com/en/posts/20240618-valgrind-and-massif.html"&gt;Read more…&lt;/a&gt; (1 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><category>freerdp</category><category>massif</category><category>valgrind</category><guid>https://www.hardening-consulting.com/en/posts/20240618-valgrind-and-massif.html</guid><pubDate>Tue, 18 Jun 2024 05:08:00 GMT</pubDate></item></channel></rss>