diff options
author | David Robillard <d@drobilla.net> | 2023-09-10 15:06:42 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-12-02 18:49:08 -0500 |
commit | 248a874d7425749d29cf900a1c3783c624ea8d8c (patch) | |
tree | aed59f5a484a815cd254506866e98a947858904d /doc | |
parent | 0bd10132c6707353dba80bd89cf0102ee7ca4e34 (diff) | |
download | serd-248a874d7425749d29cf900a1c3783c624ea8d8c.tar.gz serd-248a874d7425749d29cf900a1c3783c624ea8d8c.tar.bz2 serd-248a874d7425749d29cf900a1c3783c624ea8d8c.zip |
Add support for custom allocators
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.py.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/conf.py.in b/doc/conf.py.in index e3e7f1ad..51a09d4e 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -27,6 +27,7 @@ except ModuleNotFoundError: # Ignore everything opaque or external for nitpicky mode _opaque = [ "FILE", + "SerdAllocatorImpl", "SerdCaretImpl", "SerdEnvImpl", "SerdNodeImpl", |