]> git.meshlink.io Git - catta/blob - docs/MALLOC
7c452af9fe7139f1c1a989b8ae9fc6f4f6a64824
[catta] / docs / MALLOC
1 Avahi supports pluggable memory allocator implemenations. See
2 <avahi-common/malloc.h> for more information.
3
4 Currently, Avahi does not deal well with out-of-memory
5 situations. Therefore we recommend the usage of memory allocators that
6 abort() in case of OOM. The default allocator used by Avahi does this.
7
8 Eventually we will improve Avahi to deal with these things better.