From: Bruno Haible Date: Sat, 9 Jun 2007 10:52:24 +0000 (+0000) Subject: Move to here from allocsa. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2396f600823aab8e38496371ae2890956b4cb623;p=pspp Move to here from allocsa. --- diff --git a/modules/malloca b/modules/malloca new file mode 100644 index 0000000000..f19f2e401b --- /dev/null +++ b/modules/malloca @@ -0,0 +1,28 @@ +Description: +Safe automatic memory allocation. + +Files: +lib/malloca.h +lib/malloca.c +lib/malloca.valgrind +m4/malloca.m4 +m4/eealloc.m4 +m4/longlong.m4 + +Depends-on: +alloca-opt + +configure.ac: +gl_ALLOCSA + +Makefile.am: +lib_SOURCES += malloca.c + +Include: +"malloca.h" + +License: +LGPL + +Maintainer: +Bruno Haible