summaryrefslogtreecommitdiffstats
path: root/include/zix/allocator.h
AgeCommit message (Expand)AuthorFilesLines
2023-09-21Remove unnecessary includes and forward declarationsDavid Robillard1-2/+0
2022-12-19Make allocator methods null-unspecifiedDavid Robillard1-6/+6
2022-11-17Improve documentationDavid Robillard1-1/+1
2022-10-23Split reference documentation up into groups and add global headerDavid Robillard1-1/+1
2022-10-23Add missing documentationDavid Robillard1-6/+6
2022-10-21Factor out public declaration scope markersDavid Robillard1-6/+2
2022-10-20Fix doc commentsDavid Robillard1-5/+3
2021-09-15Add redundant forward declaration to appease clang-tidyDavid Robillard1-0/+2
2021-09-14Add aligned allocation interface and use it in ZixBTreeDavid Robillard1-8/+54
2021-09-14Fix whitespace in allocator function type definitionsDavid Robillard1-12/+14
2021-09-14Make ZixAllocator a single flat structDavid Robillard1-45/+42
2021-09-10Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
2021-09-10Add custom allocator supportDavid Robillard1-0/+152