summaryrefslogtreecommitdiffstats
path: root/include/zix/bump_allocator.h
AgeCommit message (Collapse)AuthorFilesLines
2024-11-23Use angle brackets for library includesDavid Robillard1-2/+2
2024-11-15Update clang-format configurationDavid Robillard1-2/+1
2022-11-17Improve documentationDavid Robillard1-1/+1
2022-10-23Split reference documentation up into groups and add global headerDavid Robillard1-0/+10
The "global" header just provides a convenient place to define the group structure of the library. Applications are better off using the individual headers, but this one will work fine if you don't care about build times or precise dependencies.
2022-10-23Add missing documentationDavid Robillard1-0/+1
2021-09-16Add a simple bump pointer allocatorDavid Robillard1-0/+52