aboutsummaryrefslogtreecommitdiff
path: root/src/malloc/lite_malloc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-03-30rename __simple_malloc.c to lite_malloc.c - yes this affects behavior!Rich Felker1-0/+0
2011-02-20make malloc(0) return unique pointers rather than NULLRich Felker1-1/+1
2011-02-20fix simple_malloc malloc(0) behavior not to return non-unique pointersRich Felker1-0/+1
2011-02-20fix simple_malloc size restrictionsRich Felker1-5/+6