summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/malloc-simple/alloc.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix up breakage resulting from flipping the sense of some defines. Change fromEric Andersen2001-03-191-3/+4
| | | | | | | | defining things to "0" in the disabled case to outright undefining them, lest code that does an "#ifdef FOO" get inadvertantly triggered. Remove now unneeded lines from Rules.mak which makes the command line smaller and avoids redundancy (since this stuff is now pulled in via features.h). -Erik
* Use MAP_FAILED.Eric Andersen2001-02-131-1/+1
|
* Patch from James Graves <jgraves@deltamobile.com> to better handle m68k.Eric Andersen2001-01-121-2/+4
| | | | | | Also fixes 2 very important malloc bugs! Anyone using malloc (esp mmu-less) should update and recompile. -Erik
* Finish reorganizing things. At least I think I've finished.Eric Andersen2000-10-111-2/+6
|
* Bug ugly formatting updateEric Andersen2000-10-091-0/+106