aboutsummaryrefslogtreecommitdiffstats
path: root/common/flexarray.h
Commit message (Collapse)AuthorAgeFilesLines
* Refactor FlexArrayChris Robinson2023-12-101-0/+113
This avoids using an array of 1 as a flexible array member, and instead uses a span to reference the memory after itself.