From 41593cd25f6c272179cff5d70797efa8dcd9e812 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 19 Oct 2020 04:03:09 +0200 Subject: ssfmalloc: New module. * lib/ssfmalloc.h: New file. * lib/ssfmalloc-bitmap.h: New file. * modules/ssfmalloc: New file. --- modules/ssfmalloc | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 modules/ssfmalloc (limited to 'modules/ssfmalloc') 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 -- cgit v1.2.1