[algogeeks] Re: malloc implementations

2010-07-06 Thread srinivas r
just have a look at

http://en.wikipedia.org/wiki/Malloc

the article lists most popular implementations of malloc

On Jul 5, 5:52 pm, amit  wrote:
> Hi, can anybody tell me how is malloc implementedany links to
> tutorials for this will be highly apperciated.

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algoge...@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



[algogeeks] Re: malloc implementations

2010-07-05 Thread souravsain
@Amit,
You can find that in "The ANCI C - PROGRAMING LANGUAGE" by Kernighan
and Ritchie, chapter "Chapter 8 - The UNIX System Interface", section
"8.7 Example - A Storage Allocator"

Regards,
Sourav

On Jul 5, 5:52 pm, amit  wrote:
> Hi, can anybody tell me how is malloc implementedany links to
> tutorials for this will be highly apperciated.

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algoge...@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.