summaryrefslogtreecommitdiffstats
path: root/src/alloc.h
AgeCommit message (Collapse)Author
2016-05-03alloc: check multiplications for overflowsMatthias Schiffer
2016-02-22Update copyright yearsMatthias Schiffer
2015-01-14Update copyright yearsMatthias Schiffer
2014-09-01Add alloc helpers for aligned allocationsMatthias Schiffer
2014-08-02Introduce and use alloc helpersMatthias Schiffer
These new helpers will terminate fastd on allocation failures and add some additional convenience (allow strdup with NULL; typesafe new(type) macros).