summaryrefslogtreecommitdiff
path: root/modules/eealloc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2004-01-20 13:48:29 +0000
committerBruno Haible <bruno@clisp.org>2004-01-20 13:48:29 +0000
commitab925242c495050cda536f918ff4d5118798505a (patch)
tree2cfc5df097c4a3e9057b37a0bd9c28b1cbf59ef0 /modules/eealloc
parent4726d60ed9ee70d4ad64bbc3171e66955875e947 (diff)
downloadgnulib-ab925242c495050cda536f918ff4d5118798505a.tar.gz
New module 'eealloc'.
Diffstat (limited to 'modules/eealloc')
-rw-r--r--modules/eealloc20
1 files changed, 20 insertions, 0 deletions
diff --git a/modules/eealloc b/modules/eealloc
new file mode 100644
index 0000000000..95189e9f61
--- /dev/null
+++ b/modules/eealloc
@@ -0,0 +1,20 @@
+Description:
+Memory allocation with expensive empty allocations (glibc compatible).
+
+Files:
+lib/eealloc.h
+m4/eealloc.m4
+
+Depends-on:
+
+configure.ac:
+gl_EEALLOC
+
+Makefile.am:
+EXTRA_DIST += eealloc.h
+
+Include:
+#include <eealloc.h>
+
+Maintainer:
+Bruno Haible