1Description: 2Memory allocation with out-of-memory checking. 3 4Files: 5lib/xalloc.h 6lib/xmalloc.c 7lib/xstrdup.c 8 9Depends-on: 10error 11gettext-h 12noreturn 13stdlib 14xalloc-oversized 15 16configure.ac: 17AC_REQUIRE([AC_C_INLINE]) 18 19Makefile.am: 20lib_SOURCES += xalloc.h xmalloc.c xstrdup.c 21 22Include: 23"xalloc.h" 24 25License: 26GPL 27 28Maintainer: 29all 30