Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doh!!! | Eric Andersen | 2003-10-17 | 1 | -1/+1 |
| | |||||
* | Do not set errno when they asked for size 0 | Eric Andersen | 2003-10-16 | 1 | -1/+1 |
| | |||||
* | Fix errno values. Fix MALLOC_GLIBC_COMPAT handling in malloc/malloc.c, | Eric Andersen | 2003-09-06 | 1 | -7/+15 |
| | | | | | which was reversed. Provide more consistancy between implementations. Handle it when people do stupid things like malloc(-1); | ||||
* | Add in a MALLOC_GLIBC_COMPAT option to let people decide if they | Eric Andersen | 2003-08-08 | 1 | -0/+5 |
| | | | | want glibc style malloc(0) behavior | ||||
* | Kill the needless '#if 1' | Eric Andersen | 2003-01-23 | 1 | -2/+0 |
| | |||||
* | split-out memalign and realloc | Eric Andersen | 2002-09-05 | 1 | -191/+26 |
| | | | | -Erik | ||||
* | Make sjhill happy, and revive memalign | Eric Andersen | 2002-09-04 | 1 | -2/+60 |
| | | | | -Erik | ||||
* | __morecore need not be a function pointer | Eric Andersen | 2002-07-16 | 1 | -9/+8 |
| | |||||
* | Odd. Got a copy of junk in here. | Eric Andersen | 2002-07-16 | 1 | -9/+0 |
| | |||||
* | This patch, from Ronald Wahl <rwa@peppercon.com>, fixes the | Eric Andersen | 2002-07-01 | 1 | -5/+5 |
| | | | | | spots where I screwed up and forgot to fix realloc to use free_unlocked() instead of free(). Thanks Ronald! | ||||
* | Rework, reduce the size, add proper locking | Eric Andersen | 2002-06-18 | 1 | -32/+329 |
| | | | | -Erik | ||||
* | Be more strict with the glibc style malloc implementation. Return NULL | Eric Andersen | 2001-04-25 | 1 | -2/+2 |
| | | | | when folks do a malloc(0) using malloc-930716. | ||||
* | A large update from Manuel Novoa III <mnovoa3@bellsouth.net>. | Eric Andersen | 2001-01-11 | 1 | -0/+254 |