summaryrefslogtreecommitdiff
path: root/modules/ssfmalloc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-10-19 04:03:09 +0200
committerBruno Haible <bruno@clisp.org>2020-10-19 04:03:32 +0200
commit41593cd25f6c272179cff5d70797efa8dcd9e812 (patch)
tree0b6df1644c83e658df86c3b7afa0e5c54dda7677 /modules/ssfmalloc
parent515e47279f7cf694407dd6a141e90aa00d169748 (diff)
downloadgnulib-41593cd25f6c272179cff5d70797efa8dcd9e812.tar.gz
ssfmalloc: New module.
* lib/ssfmalloc.h: New file. * lib/ssfmalloc-bitmap.h: New file. * modules/ssfmalloc: New file.
Diffstat (limited to 'modules/ssfmalloc')
-rw-r--r--modules/ssfmalloc27
1 files changed, 27 insertions, 0 deletions
diff --git a/modules/ssfmalloc b/modules/ssfmalloc
new file mode 100644
index 0000000000..d46f652e94
--- /dev/null
+++ b/modules/ssfmalloc
@@ -0,0 +1,27 @@
+Description:
+Simple and straight-forward malloc implementation (front end).
+
+Files:
+lib/ssfmalloc.h
+lib/ssfmalloc-bitmap.h
+
+Depends-on:
+flexmember
+ffs
+ffsll
+lock
+thread-optim
+oset
+rbtree-oset
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+
+License:
+LGPLv2+
+
+Maintainer:
+Bruno Haible