aboutsummaryrefslogtreecommitdiff
path: root/src/malloc/malloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* make malloc(0) return unique pointers rather than NULL•••this change is made with some reluctance, but i think it's for the best. correct programs must handle either behavior, so there is little advantage to having malloc(0) return NULL. and i managed to actually make the malloc code slightly smaller with this change. Rich Felker2011-02-201-5/+9
* initial check-in, version 0.5.0Rich Felker2011-02-121-0/+515