summaryrefslogtreecommitdiffstats
path: root/helpers.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-07-07Add malloc wrapperMalfurious1-0/+8
Abort on allocation failure. This is mostly done as a formality, as Linux tends to over-commit memory anyway. In the event of most failures, we won't have a reasonable recovery either. Signed-off-by: Malfurious <m@lfurio.us>
2023-07-06Rename curshelpers unit to 'helpers'Malfurious1-0/+47
Signed-off-by: Malfurious <m@lfurio.us>