Unify process_alloc() and process_realloc() with PROCESS_ALLOC_MODE_REALLOC bit
[moveable_pool.git] / gen.sh
2019-05-31 Nick DowningRemove support for INODE_SWAP, make PREALLOCATE_SWAP...
2019-05-18 Nick DowningImplement FUZIX build, reduces block sizes, simplifies...
2019-05-09 Nick DowningSeparate out block allocation bitmap stuff into a reuse...
2019-05-05 Nick DowningRename pool_realloc() to pool_alloc() with a mode argum...
2019-05-05 Nick DowningNew combined routine that does all of pool_alloc()...
2019-04-22 Nick DowningCombine non-moveable with moveable pool, define both...
2019-04-11 Nick DowningFix inode leak caused by the f_trunc() modifications
2019-04-11 Nick DowningOptimize out the classic or moveable allocator when...
2019-04-11 Nick DowningFix several more minor bugs, add gen.sh which pre-runs...