aboutsummaryrefslogtreecommitdiffstats
path: root/include/serd/memory.h
AgeCommit message (Collapse)AuthorFilesLines
2023-12-02Add support for custom allocatorsDavid Robillard1-1/+95
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-02Factor out and expose serd_write_file_uri()David Robillard1-0/+1
2023-12-02Use Zix attributes directlyDavid Robillard1-1/+1
2023-12-02Split up public API headerDavid Robillard1-0/+33