summaryrefslogtreecommitdiffstats
path: root/test/failing_allocator.c
AgeCommit message (Collapse)AuthorFilesLines
2021-09-14Add aligned allocation interface and use it in ZixBTreeDavid Robillard1-0/+24
2021-09-14Make ZixAllocator a single flat structDavid Robillard1-32/+36
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/+94