1Avahi supports pluggable memory allocator implemenations. See
2<avahi-common/malloc.h> for more information.
3
4Currently, Avahi does not deal well with out-of-memory
5situations. Therefore we recommend the usage of memory allocators that
6abort() in case of OOM. The default allocator used by Avahi does this.
7
8Eventually we will improve Avahi to deal with these things better.
9
10$Id$
11