Unify process_alloc() and process_realloc() with PROCESS_ALLOC_MODE_REALLOC bit
[moveable_pool.git] / pool_test_run.c
2019-06-08 Nick DowningSimplify pool_alloc() calling convention so that offset...
2019-06-01 Nick DowningSimplify hashing function to eliminate wraparound carry...
2019-05-18 Nick DowningImplement FUZIX build, reduces block sizes, simplifies...
2019-05-18 Nick DowningRemove all non-essential printfs (for code size reducti...
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-04 Nick DowningSimplify the calling convention of the hash init and...
2019-03-30 Nick DowningAdd pool_realloc_base() and pool_realloc_base_moveable...
2019-03-23 Nick DowningImplement simulated BLOCK_SIZE, hash create and check...
2019-03-23 Nick DowningSubroutinize the hashing initialization and verificatio...
2019-03-23 Nick DowningPrint message like 'alloc NN NN true|false' and then...
2019-03-23 Nick DowningRemove the reservation of spare space from pool object...
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...