Make all processes be in LRU list, with victim pointer separating fully in core proce...
authorNick Downing <nick@ndcode.org>
Sun, 2 Jun 2019 04:34:05 +0000 (14:34 +1000)
committerNick Downing <nick@ndcode.org>
Sun, 2 Jun 2019 04:47:07 +0000 (14:47 +1000)
commit5644445084072b1bc5e313c26476322047384c28
tree1ace242a3587429cfcf77cde440125afaa786218
parent1e16902359f0f4f4ef149a179728929a25a6ddb4
Make all processes be in LRU list, with victim pointer separating fully in core processes from fully in swap processes, processes before pointer must have a core item (non-INDIRECT_CORE), process immediately before pointer may be partially swapped, and processes on/after pointer have no core item (non-INDIRECT_CORE)
process.c