aboutsummaryrefslogtreecommitdiffstats
path: root/src/system.c
AgeCommit message (Collapse)AuthorFilesLines
2020-06-21Allocate nodes with posix_memalign when availableDavid Robillard1-3/+25
This fixes platforms where the system malloc returns memory that is not aligned to sizeof(SerdNode) (128 bits).
2020-06-21Move system utilities to separate source filesDavid Robillard1-0/+36