Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-16 | Add a simple bump pointer allocator | David Robillard | 1 | -0/+60 | |
2021-09-14 | Add aligned allocation interface and use it in ZixBTree | David Robillard | 1 | -0/+9 | |
2021-09-14 | Make ZixAllocator a single flat struct | David Robillard | 1 | -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-10 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
2021-09-10 | Add custom allocator support | David Robillard | 1 | -0/+65 | |