7 Commits

Author SHA1 Message Date
Rob Landley
7d602faf76 Finally fix the MALLOC=y and MALLOC_SIMPLE=y breakage from svn 23660. (I found it, this is Bernhard's patch to fix it. Tested and it Works For Me (tm)). 2008-10-28 06:48:06 +00:00
Khem Raj
6494060312 Fix bug 4994 hangs on read(). I have tested the patch extensibly on ARM/LT.old.
Thank you Chase Douglas for reporting it and for the patch.
2008-10-11 08:52:58 +00:00
Bernhard Reutner-Fischer
1f020b1786 - trim any trailing whitespace 2008-07-23 11:23:36 +00:00
Mike Frysinger
1db7c76a0c fix up malloc debug building 2007-04-13 18:01:21 +00:00
Miles Bader
056f9d9894 Redo the locking, so that it may actually work. Now locking is done at
the malloc/free level, not within the heap abstraction, and there's a
separate lock to control sbrk access.

Also, get rid of the separate `unmap_free_area' function in free.c, and
just put the code in the `free' function directly, which saves a bunch
of space (even compared to using an inline function) for some reason.
2002-07-25 01:58:57 +00:00
Miles Bader
246192008b Rename mutex stuff to use heap-specific names.
Doc fix.
2002-07-19 04:26:41 +00:00
Eric Andersen
35d29fcb08 Miles Bader implemented a new mmap based malloc which is much
smarter than the old "malloc-simple", and actually works, unlike
the old "malloc".  So kill the old "malloc-simple" and the old
"malloc" and replace them with Miles' new malloc implementation.
Update Config files to match.  Thanks Miles!
2002-07-18 15:00:07 +00:00