summaryrefslogtreecommitdiffstats
path: root/libdimension/malloc.c
Commit message (Collapse)AuthorAgeFilesLines
* Add dmnsn_free() to match dmnsn_malloc().Tavian Barnes2010-09-261-0/+6
|
* Fix some includes.Tavian Barnes2010-04-271-0/+1
|
* New dmnsn_malloc() function, and friends.Tavian Barnes2010-04-071-0/+50
I'm tired of checking for malloc failures everywhere, considering it never happens. So just bail out whenever it does. A lot of stuff is guaranteed to succeed if it returns now.