aboutsummaryrefslogtreecommitdiffstats
path: root/src/system.h
AgeCommit message (Collapse)AuthorFilesLines
2019-12-20Allocate nodes with posix_memalign when availableDavid Robillard1-1/+7
This fixes platforms where the system malloc returns memory that is not aligned to sizeof(SerdNode) (128 bits).
2019-12-19Move system utilities to separate source filesDavid Robillard1-0/+44