summaryrefslogtreecommitdiff
path: root/src/malloc
AgeCommit message (Expand)AuthorLines
2011-04-01avoid over-allocation of brk on first mallocRich Felker-4/+4
2011-03-30rename __simple_malloc.c to lite_malloc.c - yes this affects behavior!Rich Felker-0/+0
2011-03-23very cheap double-free checks in mallocRich Felker-0/+4
2011-03-20global cleanup to use the new syscall interfaceRich Felker-1/+1
2011-02-20make malloc(0) return unique pointers rather than NULLRich Felker-6/+10
2011-02-20fix simple_malloc malloc(0) behavior not to return non-unique pointersRich Felker-0/+1
2011-02-20fix simple_malloc size restrictionsRich Felker-5/+6
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+671