From 125b98fe55eafbafdd41abfe9773d21c94407a2c Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 9 Jun 2007 11:04:10 +0000 Subject: [PATCH] Move to here from xallocsa. --- modules/xmalloca | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 modules/xmalloca 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 -- 2.30.2