Unify process_alloc() and process_realloc() with PROCESS_ALLOC_MODE_REALLOC bit
[moveable_pool.git] / pool.c
2019-06-08 Nick DowningUnify process_alloc() and process_realloc() with PROCES... master
2019-06-08 Nick DowningSimplify pool_alloc() calling convention so that offset...
2019-05-31 Nick DowningRemove support for INODE_SWAP, make PREALLOCATE_SWAP...
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 DowningOptimize out the classic or moveable allocator when...
2019-03-31 Nick DowningChange direction of swap in/out to forward, so that...
2019-03-30 Nick DowningAdd pool_realloc_base() and pool_realloc_base_moveable...
2019-03-23 Nick DowningRemove the reservation of spare space from pool object...
2019-03-16 Nick DowningKeep process and victim pool items in dedicated storage...
2019-03-14 Nick DowningProcess test, it is based on the pool test but involves...
2019-03-11 Nick DowningInitial commit, seemingly correct malloc/realloc/free...