mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* modules/ssfmalloc (Include): Add ssfmalloc.h. (Link): New section. * modules/ssfmalloc-tests (Makefile.am): Link test-ssfmalloc with $(LIBTHREAD).
32 lines
309 B
Plaintext
32 lines
309 B
Plaintext
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:
|
|
"ssfmalloc.h"
|
|
|
|
Link:
|
|
$(LIBTHREAD)
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Bruno Haible
|