:You will need to put it on two lists, I think.
:
:Though it is not sorted in adjacency order, it is sorted
:into LRU order, I think, and simply resorting by adjacency
:would destroy the LRU property.
Nope, object->memq is not sorted in any order whatsover.
:Alternately, does msync() use count as "use" for the
:purposes of LRU? If so, I'm all wet, and sorting it will
:work, if it's only done at msync() time (e.g. you won't
:be able to use an insertion sort).
:
:-- Terry
What 'count' are you refering to?
-Matt
Matthew Dillon
<[EMAIL PROTECTED]>
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message