<?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: how to check size of memory allocated by malloc?</title>
	<atom:link href="https://www.emblogic.com/blog/08/how-to-check-size-of-memory-allocated-by-malloc/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/08/how-to-check-size-of-memory-allocated-by-malloc/</link>
	<description>Embedded System and ARM Training</description>
	<lastBuildDate>Mon, 07 Oct 2013 04:00:03 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>By: Vaibhav Singh</title>
		<link>https://www.emblogic.com/blog/08/how-to-check-size-of-memory-allocated-by-malloc/#comment-1421</link>
		<dc:creator><![CDATA[Vaibhav Singh]]></dc:creator>
		<pubDate>Tue, 21 Aug 2012 05:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=4891#comment-1421</guid>
		<description><![CDATA[whenever u do malloc it will allocate the requested size of memory if it is nt available then memory allocation will fail and return NULL . There is no concept of partial memory allocation using malloc .]]></description>
		<content:encoded><![CDATA[<p>whenever u do malloc it will allocate the requested size of memory if it is nt available then memory allocation will fail and return NULL . There is no concept of partial memory allocation using malloc .</p>
]]></content:encoded>
	</item>
</channel>
</rss>
