From: Bruno Haible Date: Sat, 9 Jun 2007 11:04:10 +0000 (+0000) Subject: Move to here from xallocsa. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=125b98fe55eafbafdd41abfe9773d21c94407a2c;p=pspp Move to here from xallocsa. --- diff --git a/modules/xmalloca b/modules/xmalloca new file mode 100644 index 0000000000..449568af9c --- /dev/null +++ b/modules/xmalloca @@ -0,0 +1,24 @@ +Description: +Safe automatic memory allocation with out of memory checking. + +Files: +lib/xmalloca.h +lib/xmalloca.c + +Depends-on: +malloca +xalloc + +configure.ac: + +Makefile.am: +lib_SOURCES += xmalloca.c + +Include: +"xmalloca.h" + +License: +GPL + +Maintainer: +Bruno Haible