Unify process_alloc() and process_realloc() with PROCESS_ALLOC_MODE_REALLOC bit
[moveable_pool.git] / pool.h
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-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-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...