summaryrefslogtreecommitdiff
path: root/libc/stdlib/malloc-930716/realloc.c
AgeCommit message (Collapse)Author
2003-09-06Fix errno values. Fix MALLOC_GLIBC_COMPAT handling in malloc/malloc.c,Eric Andersen
which was reversed. Provide more consistancy between implementations. Handle it when people do stupid things like malloc(-1);
2002-09-05split-out memalign and reallocEric Andersen
-Erik
2002-06-18Rework, reduce the size, add proper lockingEric Andersen
-Erik
2001-01-11A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen