free swap frame linked list

free swap frame linked list

Linked list in memory which contains unused page frames from the swap frame array. These frames may be used by the operating system to store references to new pages which must be swapped to disk. The linked list improves performance by avoiding the need to search the swap frame array for a free swap frame.


[Back: flat memory model]
[Next: FSD]