moveable_pool.git
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...