summaryrefslogtreecommitdiff
path: root/src/malloc/malloc.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-04fix rare but nasty under-allocation bug in malloc with large requestsRich Felker1-1/+1
2011-04-01avoid over-allocation of brk on first mallocRich Felker1-4/+4
2011-03-23very cheap double-free checks in mallocRich Felker1-0/+4
2011-02-20make malloc(0) return unique pointers rather than NULLRich Felker1-5/+9
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+515