moveable_pool.git
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-17 Nick DowningFix a bug of requiring a certain amount of free swap...
2019-03-17 Nick DowningFix a bug of victim_core_size being used uninitialized...
2019-03-17 Nick DowningImplement PREALLOCATE_CORE and PREALLOCATE_SWAP compile...
2019-03-16 Nick DowningImprove use of alloc()/realloc()/free() to remove alloc...
2019-03-16 Nick DowningTidy up debugging code
2019-03-16 Nick DowningReplace core_item and swap_item in the process structur...
2019-03-16 Nick DowningKeep process and victim pool items in dedicated storage...
2019-03-16 Nick DowningDon't track victim or in-swap processes in LRU list...
2019-03-16 Nick DowningUse process->size == -1 to mark free process not proces...
2019-03-15 Nick DowningReverse swap addressing, so that swap is allocated...
2019-03-15 Nick DowningCombine in-core and in-swap LRU list, using global...
2019-03-15 Nick DowningMake the current victim be stored at head of in-swap...
2019-03-15 Nick DowningUse #define to improve casting for lru_item vs process...
2019-03-15 Nick DowningChange process_head/process_item to lru_head/lru_item...
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...