aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
AgeCommit message (Collapse)AuthorFilesLines
2023-12-02Use ZixAllocator directlyDavid Robillard1-3/+2
2023-12-02Add support for custom allocatorsDavid Robillard1-6/+8
This makes it explicit in the API where memory is allocated, and allows the user to provide a custom allocator to avoid the use of the default system allocator for whatever reason.
2023-12-02Simplify output stream APIDavid Robillard1-1/+1
2023-12-02Make SerdBuffer an output streamDavid Robillard1-0/+39