summaryrefslogtreecommitdiffstats
path: root/test/failing_allocator.h
AgeCommit message (Collapse)AuthorFilesLines
36 hoursImprove test allocator APIHEADmainDavid Robillard1-4/+9
Add a simple API for setting up the failing allocator to avoid manually tinkering with its members. Conveniently, this also avoids confusing cppcheck.
2021-09-14Make ZixAllocator a single flat structDavid Robillard1-5/+6
I can never decide between these two patterns for polymorphic objects in C, but this one seems more appropriate here since it's more conducive to inheritance.
2021-09-10Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
2021-09-10Test failed Ring allocationDavid Robillard1-0/+33