summaryrefslogtreecommitdiffstats
path: root/src/allocator.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-04Fix inconsistent defineDavid Robillard1-1/+1
2022-10-18Fix unused return value warningDavid Robillard1-3/+1
2022-09-02Improve test coverageDavid Robillard1-3/+4
2022-06-28Clean up build configurationDavid Robillard1-4/+3
2021-10-27Compile but fail at runtime if aligned allocation is not supportedDavid Robillard1-1/+1
2021-09-14Add aligned allocation interface and use it in ZixBTreeDavid Robillard1-0/+44
2021-09-14Make ZixAllocator a single flat structDavid Robillard1-15/+14
2021-09-10Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
2021-09-10Add custom allocator supportDavid Robillard1-0/+67