Separate out block allocation bitmap stuff into a reuseable module block_pool.c
authorNick Downing <nick@ndcode.org>
Thu, 9 May 2019 12:06:06 +0000 (22:06 +1000)
committerNick Downing <nick@ndcode.org>
Thu, 9 May 2019 12:06:06 +0000 (22:06 +1000)
commitc6434bff54996a019370d67649a040f69edc4f7a
treeafe678f844574ae602a4c2ba18043267330c2016
parent0c7400339bca7551096c5cd96d077e2f6e5423ca
Separate out block allocation bitmap stuff into a reuseable module block_pool.c
20 files changed:
Makefile
block_pool.c [new file with mode: 0644]
block_pool.h [new file with mode: 0644]
core.c
core.h
gen.sh
indirect_core_indirect_swap/Makefile
indirect_core_inode_swap/Makefile
indirect_core_preallocate_swap/Makefile
moveable_core_indirect_swap/Makefile
moveable_core_inode_swap/Makefile
moveable_core_preallocate_swap/Makefile
o.sh
pool.c
pp.sh
process.c
process.h
process_test_run.c
swap.c
swap.h