<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://cs.indstate.edu/web/index.php?action=history&amp;feed=atom&amp;title=Valgrind</id>
	<title>Valgrind - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://cs.indstate.edu/web/index.php?action=history&amp;feed=atom&amp;title=Valgrind"/>
	<link rel="alternate" type="text/html" href="https://cs.indstate.edu/web/index.php?title=Valgrind&amp;action=history"/>
	<updated>2026-04-14T21:49:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://cs.indstate.edu/web/index.php?title=Valgrind&amp;diff=429&amp;oldid=prev</id>
		<title>Jkinne: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://cs.indstate.edu/web/index.php?title=Valgrind&amp;diff=429&amp;oldid=prev"/>
		<updated>2025-08-17T13:22:23Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 13:22, 17 August 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key wiki2:diff:1.41:old-428:rev-429 --&gt;
&lt;/table&gt;</summary>
		<author><name>Jkinne</name></author>
	</entry>
	<entry>
		<id>https://cs.indstate.edu/web/index.php?title=Valgrind&amp;diff=428&amp;oldid=prev</id>
		<title>wiki_previous&gt;Jkinne at 13:14, 15 November 2022</title>
		<link rel="alternate" type="text/html" href="https://cs.indstate.edu/web/index.php?title=Valgrind&amp;diff=428&amp;oldid=prev"/>
		<updated>2022-11-15T13:14:02Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Note that &amp;lt;code&amp;gt;valgrind&amp;lt;/code&amp;gt; is installed on cs.indstate.edu but not on all of the lab desktops, so make sure you are logged into cs in the terminal (e.g., &amp;lt;code&amp;gt;ssh username@cs.indstate.edu&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
First, you should make sure to compile your program with debugging information enabled.  See [[GNU Debugger]].  You can run the &amp;lt;code&amp;gt;valgrind&amp;lt;/code&amp;gt; memory checker by running:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
valgrind program_file.o&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
To see more detailed information about potential memory leaks, you can use the &amp;lt;code&amp;gt;--leak-check=full&amp;lt;/code&amp;gt; option:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
valgrind --leak-check=full program_file.o&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
More information about valgrind: https://valgrind.org/docs/manual/quick-start.html&lt;/div&gt;</summary>
		<author><name>wiki_previous&gt;Jkinne</name></author>
	</entry>
</feed>