Re: Malloc & sbrk
- From: CBFalconer <cbfalconer@xxxxxxxxx>
- Date: Sun, 05 Mar 2006 12:09:05 -0500
heyber.l@xxxxxxxxx wrote:
could someone explain me how malloc() (particularly doug lea's)
deals with programs who calls sbrk on their own.
What happens to the "Wilderness" chunk?
You could look at my nmalloc for DJGPP, which handles just that,
and the testsuite exercizes that feature. See:
<http://cbfalconer.home.att.net/download/nmalloc.zip>
--
"If you want to post a followup via groups.google.com, don't use
the broken "Reply" link at the bottom of the article. Click on
"show options" at the top of the article, then click on the
"Reply" at the bottom of the article headers." - Keith Thompson
More details at: <http://cfaj.freeshell.org/google/>
Also see <http://www.safalra.com/special/googlegroupsreply/>
.
- References:
- Malloc & sbrk
- From: heyber . l
- Malloc & sbrk
- Prev by Date: Re: Learn to program
- Next by Date: Re: Hash Function problem
- Previous by thread: Malloc & sbrk
- Index(es):
Relevant Pages
|