about summary refs log tree commit diff
path: root/src/malloc/malloc.c
Commit message (Expand)AuthorAgeFilesLines
* avoid over-allocation of brk on first mallocRich Felker2011-04-011-4/+4
* very cheap double-free checks in mallocRich Felker2011-03-231-0/+4
* make malloc(0) return unique pointers rather than NULLRich Felker2011-02-201-5/+9
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+515