<?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: Image memory</title>
	<atom:link href="http://www.alexcurylo.com/blog/2009/01/02/image-memory/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alexcurylo.com/blog/2009/01/02/image-memory/</link>
	<description>Alex Curylo, iPhone Programmer</description>
	<lastBuildDate>Mon, 15 Mar 2010 18:53:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tools: Clang at Under The Bridge</title>
		<link>http://www.alexcurylo.com/blog/2009/01/02/image-memory/comment-page-1/#comment-1350</link>
		<dc:creator>Tools: Clang at Under The Bridge</dc:creator>
		<pubDate>Sat, 16 May 2009 03:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexcurylo.com/blog/?p=367#comment-1350</guid>
		<description>[...] we&#8217;ve mentioned the LLVM/Clang Static Analyzer already in passing, but there&#8217;s enough resources springing up all over to merit some more [...]</description>
		<content:encoded><![CDATA[<p>[...] we&#8217;ve mentioned the LLVM/Clang Static Analyzer already in passing, but there&#8217;s enough resources springing up all over to merit some more [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iPhone Developer resources &#124; MikkoLehtinen.com</title>
		<link>http://www.alexcurylo.com/blog/2009/01/02/image-memory/comment-page-1/#comment-726</link>
		<dc:creator>iPhone Developer resources &#124; MikkoLehtinen.com</dc:creator>
		<pubDate>Tue, 27 Jan 2009 15:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexcurylo.com/blog/?p=367#comment-726</guid>
		<description>[...] Using CLANG static analyzer with an iPhone project [...]</description>
		<content:encoded><![CDATA[<p>[...] Using CLANG static analyzer with an iPhone project [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.alexcurylo.com/blog/2009/01/02/image-memory/comment-page-1/#comment-712</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sat, 17 Jan 2009 15:59:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexcurylo.com/blog/?p=367#comment-712</guid>
		<description>Well, if you&#039;ve actually got more images than memory, you will have to release them yourself eventually.

What using imageWithContentsOfFile: does for you is that you actually have the opportunity to see the allocations and manage them yourself rather than having the System go down behind your back like imageNamed: will do on you.</description>
		<content:encoded><![CDATA[<p>Well, if you&#8217;ve actually got more images than memory, you will have to release them yourself eventually.</p>
<p>What using imageWithContentsOfFile: does for you is that you actually have the opportunity to see the allocations and manage them yourself rather than having the System go down behind your back like imageNamed: will do on you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://www.alexcurylo.com/blog/2009/01/02/image-memory/comment-page-1/#comment-711</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Sat, 17 Jan 2009 08:17:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexcurylo.com/blog/?p=367#comment-711</guid>
		<description>Hey Guys,
I had exactly the same issue - Many images to display in various views was causing memory warnings after a while for no apparent reason (App usage was about 1M). I changed all my [UIimage imageNamed:] references to [UIImage imageWithContentsOfFile:] and things are defiantly better.

However, although I can view many more images than previous, I&#039;m still get a memory warning after a while and a bit later my application terminates. Do you know of any problem that imageWithContentsOfFile: may be causing ?</description>
		<content:encoded><![CDATA[<p>Hey Guys,<br />
I had exactly the same issue &#8211; Many images to display in various views was causing memory warnings after a while for no apparent reason (App usage was about 1M). I changed all my [UIimage imageNamed:] references to [UIImage imageWithContentsOfFile:] and things are defiantly better.</p>
<p>However, although I can view many more images than previous, I&#8217;m still get a memory warning after a while and a bit later my application terminates. Do you know of any problem that imageWithContentsOfFile: may be causing ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: imageNamed is evil at Under The Bridge</title>
		<link>http://www.alexcurylo.com/blog/2009/01/02/image-memory/comment-page-1/#comment-709</link>
		<dc:creator>imageNamed is evil at Under The Bridge</dc:creator>
		<pubDate>Wed, 14 Jan 2009 05:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexcurylo.com/blog/?p=367#comment-709</guid>
		<description>[...] a little while back we wrote about the confusing crashes on the device that we eventually figured out were caused by [...]</description>
		<content:encoded><![CDATA[<p>[...] a little while back we wrote about the confusing crashes on the device that we eventually figured out were caused by [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
