about summary refs log tree commit diff
path: root/src/malloc
Commit message (Expand)AuthorAgeFilesLines
* avoid over-allocation of brk on first mallocRich Felker2011-04-011-4/+4
* rename __simple_malloc.c to lite_malloc.c - yes this affects behavior!Rich Felker2011-03-301-0/+0
* very cheap double-free checks in mallocRich Felker2011-03-231-0/+4
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-1/+1
* make malloc(0) return unique pointers rather than NULLRich Felker2011-02-202-6/+10
* fix simple_malloc malloc(0) behavior not to return non-unique pointersRich Felker2011-02-201-0/+1
* fix simple_malloc size restrictionsRich Felker2011-02-201-5/+6
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-127-0/+671