projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51a8911
)
Move to here from xallocsa.
author
Bruno Haible
<bruno@clisp.org>
Sat, 9 Jun 2007 11:04:10 +0000
(11:04 +0000)
committer
Bruno Haible
<bruno@clisp.org>
Sat, 9 Jun 2007 11:04:10 +0000
(11:04 +0000)
modules/xmalloca
[new file with mode: 0644]
patch
|
blob
diff --git a/modules/xmalloca
b/modules/xmalloca
new file mode 100644
(file)
index 0000000..
449568a
--- /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