File: MALLOC

package info (click to toggle)
avahi 0.7-4%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,940 kB
  • sloc: ansic: 40,180; sh: 6,161; xml: 4,433; cs: 2,185; makefile: 1,702; python: 321; cpp: 222
file content (8 lines) | stat: -rw-r--r-- 374 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
Avahi supports pluggable memory allocator implemenations. See
<avahi-common/malloc.h> for more information.

Currently, Avahi does not deal well with out-of-memory
situations. Therefore we recommend the usage of memory allocators that
abort() in case of OOM. The default allocator used by Avahi does this.

Eventually we will improve Avahi to deal with these things better.