Variable block descriptor size in bitmap_alloc

This commit is contained in:
2023-02-28 21:43:57 -06:00
parent d347b81e72
commit 5d7a1bc316
7 changed files with 501 additions and 223 deletions

View File

@@ -1,6 +1,6 @@
if BUILD_TESTS
noinst_PROGRAMS = test_buddyalloc
noinst_PROGRAMS = test_bitmapalloc
test_buddyalloc_SOURCES = test_buddyalloc.c
test_buddyalloc_LDADD = ../src/libmalloc.a
test_bitmapalloc_SOURCES = test_bitmapalloc.c
test_bitmapalloc_LDADD = ../src/libmalloc.a
endif