Virtual memory management questions

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:Virtual memory management questions

Post by Pype.Clicker »

Crazed123 wrote: what can be done to use say... an aging algorithm on a tree of pages?
Well, i'd say that a different issue. Keeping track of "old unused physical pages" and keeping track of "available virtual memory area" are clearly (to me, at least) distinct stuff.

I'd be tempted to use a datastructure i've seen somewhere else (Ephemeral State Processing, to be precise) which consist of an fixed-aging hash table, but i have not investigated if that'd really be of some help atm.
Post Reply