about summary refs log tree commit diff
path: root/src/malloc/__simple_malloc.c
Commit message (Collapse)AuthorAgeFilesLines
* fix simple_malloc size restrictionsRich Felker2011-02-201-5/+6
| | | | | | do not allow allocations that overflow ptrdiff_t; fix some overflow checks that were not quite right but didn't matter due to address layout implementation.
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+44