Re: malloc

Santosh Sivaraj <[email protected]> Mon, 20 Dec 2010 10:13:02 +0530
Newsgroups org.kernel.vger.linux-c-programming
Message-ID <[email protected]>
On 12/20/2010 10:09 AM, ratheesh k wrote:
> Is the below statement right or wrong ?
>
> malloc tries to allocate continous memmory space in virtual address
> space.  not in physical address space.
It is right, you could have googled it.