summaryrefslogtreecommitdiffstats
path: root/test/allocator_test.c
AgeCommit message (Collapse)AuthorFilesLines
2022-08-18Use conventional test executable namesDavid Robillard1-121/+0
2022-06-28Use uppercase integer literal suffixesDavid Robillard1-3/+3
I give in.
2021-09-16Add a simple bump pointer allocatorDavid Robillard1-0/+60
2021-09-14Add aligned allocation interface and use it in ZixBTreeDavid Robillard1-0/+9
2021-09-14Make ZixAllocator a single flat structDavid Robillard1-1/+1
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-10Add custom allocator supportDavid Robillard1-0/+65