<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Cuckoo pointers</title>
	<atom:link href="http://www.nobugs.org/blog/archives/2004/11/20/cuckoo-pointers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nobugs.org/blog/archives/2004/11/20/cuckoo-pointers/</link>
	<description>Thoughts of a software engineer</description>
	<pubDate>Tue, 06 Jan 2009 11:00:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Jon</title>
		<link>http://www.nobugs.org/blog/archives/2004/11/20/cuckoo-pointers/#comment-660</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Mon, 22 Nov 2004 11:09:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.nobugs.org/blog/archives/2004/11/20/cuckoo-pointers/#comment-660</guid>
		<description>Note also that the 'electric fence' malloc debugging library can be told to never allocate the same memory twice. I've only used it very briefly with C but I'm sure it can be used with C++'s 'new/delete' too. Of course, memory load spikes massively, so in large programs you may have to unit test seperate parts at a time.</description>
		<content:encoded><![CDATA[<p>Note also that the &#8216;electric fence&#8217; malloc debugging library can be told to never allocate the same memory twice. I&#8217;ve only used it very briefly with C but I&#8217;m sure it can be used with C++&#8217;s &#8216;new/delete&#8217; too. Of course, memory load spikes massively, so in large programs you may have to unit test seperate parts at a time.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
