<?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: char_dri</title>
	<atom:link href="https://www.emblogic.com/blog/09/char_dri/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/09/char_dri/</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: kamran</title>
		<link>https://www.emblogic.com/blog/09/char_dri/#comment-283</link>
		<dc:creator><![CDATA[kamran]]></dc:creator>
		<pubDate>Sun, 02 Oct 2011 19:19:58 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=889#comment-283</guid>
		<description><![CDATA[Malloc

Function: Malloc is used for applying for the memory space dynamically, it is not a key word, but a function of an application memory

Usage:

Malloc return one the intersection of memory and indicator of address, will recycle empty indicator null back to, the ones that should pay attention to are herein, when the memory is no longer used, spend free ‘ Release that the function goes on to the memory. 

Kmalloc and malloc difference..malloc allocates memory from HEAP. whereas kmalloc can allocate from normal/dma/high mem.]]></description>
		<content:encoded><![CDATA[<p>Malloc</p>
<p>Function: Malloc is used for applying for the memory space dynamically, it is not a key word, but a function of an application memory</p>
<p>Usage:</p>
<p>Malloc return one the intersection of memory and indicator of address, will recycle empty indicator null back to, the ones that should pay attention to are herein, when the memory is no longer used, spend free ‘ Release that the function goes on to the memory. </p>
<p>Kmalloc and malloc difference..malloc allocates memory from HEAP. whereas kmalloc can allocate from normal/dma/high mem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kuldeep Dhanotia</title>
		<link>https://www.emblogic.com/blog/09/char_dri/#comment-279</link>
		<dc:creator><![CDATA[Kuldeep Dhanotia]]></dc:creator>
		<pubDate>Sun, 02 Oct 2011 05:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=889#comment-279</guid>
		<description><![CDATA[malloc funtion resides inside the stdlib.h and when we use it we have whole os facilities like swaping,virtual memory and etc so it uses the logical mapping to allocate the memory but on the other hand at kmalloc we have only kernel space and we attack on memory direct like statically.......so it allocate physical memory by kernel.]]></description>
		<content:encoded><![CDATA[<p>malloc funtion resides inside the stdlib.h and when we use it we have whole os facilities like swaping,virtual memory and etc so it uses the logical mapping to allocate the memory but on the other hand at kmalloc we have only kernel space and we attack on memory direct like statically&#8230;&#8230;.so it allocate physical memory by kernel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vaibhav Singh</title>
		<link>https://www.emblogic.com/blog/09/char_dri/#comment-262</link>
		<dc:creator><![CDATA[Vaibhav Singh]]></dc:creator>
		<pubDate>Fri, 30 Sep 2011 12:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=889#comment-262</guid>
		<description><![CDATA[Another Difference is ---

kmalloc returns physically contiguous memory, malloc does
not guarantee anything about the physical memory mapping.

The other main difference is that kmalloc&#039;ed memory is
reserved and locked, it cannot be swapped. malloc does not
actually allocate physical memory. Physical memory gets
mapped later, during use.]]></description>
		<content:encoded><![CDATA[<p>Another Difference is &#8212;</p>
<p>kmalloc returns physically contiguous memory, malloc does<br />
not guarantee anything about the physical memory mapping.</p>
<p>The other main difference is that kmalloc&#8217;ed memory is<br />
reserved and locked, it cannot be swapped. malloc does not<br />
actually allocate physical memory. Physical memory gets<br />
mapped later, during use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vaibhav Singh</title>
		<link>https://www.emblogic.com/blog/09/char_dri/#comment-261</link>
		<dc:creator><![CDATA[Vaibhav Singh]]></dc:creator>
		<pubDate>Fri, 30 Sep 2011 12:54:14 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=889#comment-261</guid>
		<description><![CDATA[malloc is used in application layer and its header file is malloc.h

Kmalloc is used in kernel space and its header is slab.h (versions depandable ) or code_linux.h]]></description>
		<content:encoded><![CDATA[<p>malloc is used in application layer and its header file is malloc.h</p>
<p>Kmalloc is used in kernel space and its header is slab.h (versions depandable ) or code_linux.h</p>
]]></content:encoded>
	</item>
</channel>
</rss>
