<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: NSString memory allocation</title>
	<atom:link href="http://www.redrooffs.com/2006/06/24/nsstring-memory-allocation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redrooffs.com/2006/06/24/nsstring-memory-allocation/</link>
	<description>Interaction design, wine, Cocoa, Vancouver, and other observations</description>
	<lastBuildDate>Sun, 27 Feb 2011 03:14:38 -0500</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: Chris Ryan</title>
		<link>http://www.redrooffs.com/2006/06/24/nsstring-memory-allocation/comment-page-1/#comment-4</link>
		<dc:creator>Chris Ryan</dc:creator>
		<pubDate>Mon, 17 Jul 2006 19:18:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.redrooffs.com/2006/06/24/nsstring-memory-allocation/#comment-4</guid>
		<description>I found the answer to my own question. On page 405 of Stephen G. Kochan&#039;s &lt;a href=&quot;http://www.samspublishing.com/bookstore/product.asp?isbn=0672325861&amp;redir=1&amp;rl=1&quot; rel=&quot;nofollow&quot;&gt;&lt;em&gt;Programming in Objective-C&lt;/em&gt;&lt;/a&gt;, he writes, &quot;Space for constant strings is allocated differently in memory than other objects. They have no reference counting mechanism because they can never be released.&quot; An instance of &lt;code&gt;NSConstantString&lt;/code&gt; is created.</description>
		<content:encoded><![CDATA[<p>I found the answer to my own question. On page 405 of Stephen G. Kochan&#8217;s <a href="http://www.samspublishing.com/bookstore/product.asp?isbn=0672325861&amp;redir=1&amp;rl=1" rel="nofollow"><em>Programming in Objective-C</em></a>, he writes, &#8220;Space for constant strings is allocated differently in memory than other objects. They have no reference counting mechanism because they can never be released.&#8221; An instance of <code>NSConstantString</code> is created.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

