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