1Description: 2Memory allocation with out-of-memory checking. 3 4Files: 5lib/xalloc.h 6lib/xmalloc.c 7lib/xstrdup.c 8 9Depends-on: 10 11configure.ac: 12 13Makefile.am: 14lib_SOURCES += xalloc.h xmalloc.c xstrdup.c 15 16Include: 17"xalloc.h" 18 19License: 20GPL 21 22Maintainer: 23all 24