Combine non-moveable with moveable pool, define both head->move and head->move_up...
authorNick Downing <nick@ndcode.org>
Mon, 22 Apr 2019 07:22:10 +0000 (17:22 +1000)
committerNick Downing <nick@ndcode.org>
Mon, 22 Apr 2019 07:25:33 +0000 (17:25 +1000)
commit2ba2320e764e755b771d9d924294c09852afeb58
tree0f22a96826263a0d1c2f4e8c8965b3977b5a6488
parent446228f5b79843cbf1e918dafd2b4a015206c135
Combine non-moveable with moveable pool, define both head->move and head->move_up to enable moveability, or just head->move for ordinary malloc-like behaviour
core.h
gen.sh
pool.c
pool.h
pool_test_run.c
process.c
swap.h