Unify process_alloc() and process_realloc() with PROCESS_ALLOC_MODE_REALLOC bit
[moveable_pool.git] / swap.h
2019-06-02 Nick DowningFor INDIRECT_CORE defer swap out until after successful...
2019-06-02 Nick DowningTidy up process_alloc() / process_realloc() allocating...
2019-06-01 Nick DowningChange all byte sizes to paras, BLOCK_SIZE to BLOCK_PAR...
2019-05-31 Nick DowningMake victim_core_blocks be calculated on the fly, keep...
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-04-22 Nick DowningCombine non-moveable with moveable pool, define both...
2019-04-22 Nick DowningMove swap space tests into do_swap_out(), re-evaluate...
2019-04-09 Nick DowningExpand out the swap_read()/swap_write() functions inlin...
2019-04-07 Nick DowningMove PREALLOCATE_CORE/PREALLOCATE_SWAP defines into...
2019-04-06 Nick DowningFix a bug in undo successful process realloc, fix a...
2019-04-06 Nick DowningMove core_block_mem and swap_block_mem into pool_test_r...
2019-04-04 Nick DowningMake swap reading/writing take bytes not blocks, allowi...
2019-04-04 Nick DowningMove the hash generation and verification stuff into...
2019-04-04 Nick DowningChange test script to refer to bytes, although everythi...
2019-03-31 Nick DowningRemove some bogus assertions that don't work in preallo...
2019-03-31 Nick DowningChange direction of swap in/out to forward, so that...
2019-03-23 Nick DowningImplement simulated BLOCK_SIZE, hash create and check...
2019-03-23 Nick DowningMake n_blocks the primary size and table_size only...
2019-03-23 Nick DowningSubroutinize the hashing initialization and verificatio...
2019-03-23 Nick DowningRemove the reservation of spare space from pool object...
2019-03-19 Nick DowningImplement INDIRECT_CORE, fix calculations so that PREAL...
2019-03-19 Nick DowningFor direct swap, store data in swap_block_mem not swap_...
2019-03-19 Nick DowningAdd INDIRECT_SWAP option
2019-03-18 Nick DowningInsert table_ in most core.c / swap.c functions e.g...
2019-03-17 Nick DowningImplement MOVEABLE_CORE and MOVEABLE_SWAP compile time...
2019-03-15 Nick DowningReverse swap addressing, so that swap is allocated...
2019-03-14 Nick DowningProcess test, it is based on the pool test but involves...