<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/malloc</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 05:35:51 GMT</pubDate>
<item>
<title>(Perl) Re-execute self - alfirth</title>
<link>http://snipplr.com/view/60330/reexecute-self/</link>
<description><![CDATA[ <p>from http://www.perlmonks.org/?node_id=711603
used to free memory after execution</p> ]]></description>
<pubDate>Sat, 29 Oct 2011 04:12:30 GMT</pubDate>
<guid>http://snipplr.com/view/60330/reexecute-self/</guid>
</item>
<item>
<title>(C) malloc() memory allocation handling - blackthorne</title>
<link>http://snipplr.com/view/46490/malloc-memory-allocation-handling/</link>
<description><![CDATA[ <p>In C, you have to manage your own program's memory. So if you allocate memory using malloc() you should not forget to free() it when no longer required.

You should also make sure if there is available memory in your system to allocate.</p> ]]></description>
<pubDate>Tue, 04 Jan 2011 23:45:21 GMT</pubDate>
<guid>http://snipplr.com/view/46490/malloc-memory-allocation-handling/</guid>
</item>
<item>
<title>(Other) port install ruby -> malloc error - cczona</title>
<link>http://snipplr.com/view/7208/port-install-ruby--malloc-error/</link>
<description><![CDATA[ <p>'port install ruby' sometimes results in malloc errors near the final phase (just after destroot completes).  It appears that macports may be out of memory while installing documentation.</p> ]]></description>
<pubDate>Thu, 10 Jul 2008 04:35:47 GMT</pubDate>
<guid>http://snipplr.com/view/7208/port-install-ruby--malloc-error/</guid>
</item>
</channel>
</rss>