<?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: project 01</title>
	<atom:link href="https://www.emblogic.com/blog/02/project-01-8/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/02/project-01-8/</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: Vikram Sharma</title>
		<link>https://www.emblogic.com/blog/02/project-01-8/#comment-3791</link>
		<dc:creator><![CDATA[Vikram Sharma]]></dc:creator>
		<pubDate>Wed, 06 Mar 2013 06:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=6238#comment-3791</guid>
		<description><![CDATA[when u ask for more memory from a same location using realloc, it returns the same memory location if the asked no of memory blocks are available..else it will move the previous data from the same location to he new address where the blocks are available and returns the new address

thus realoc should be used as

ptr = (char *)realloc(ptr,10*sizeof(char));]]></description>
		<content:encoded><![CDATA[<p>when u ask for more memory from a same location using realloc, it returns the same memory location if the asked no of memory blocks are available..else it will move the previous data from the same location to he new address where the blocks are available and returns the new address</p>
<p>thus realoc should be used as</p>
<p>ptr = (char *)realloc(ptr,10*sizeof(char));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ganesh Kale</title>
		<link>https://www.emblogic.com/blog/02/project-01-8/#comment-3785</link>
		<dc:creator><![CDATA[Ganesh Kale]]></dc:creator>
		<pubDate>Sun, 03 Mar 2013 15:01:37 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=6238#comment-3785</guid>
		<description><![CDATA[No because when there is no further contigous free memory it will give you an error and -1 return value.Every process has its own context so other process cannot take memory of other processes without its permission.........]]></description>
		<content:encoded><![CDATA[<p>No because when there is no further contigous free memory it will give you an error and -1 return value.Every process has its own context so other process cannot take memory of other processes without its permission&#8230;&#8230;&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
