Control of the memory hierarchy of a system as a whole, or control of allocation at a fixed level within the memory hierarchy. In the former case information stored within the system is shuttled between one realization of memory and another, the objective being to maintain maximum hit rate in each form of memory. This movement may be controlled by
At a given level of the hierarchy the operating system will control what fraction of that level is to be allocated to each process. This can clearly only occur where control is by system software, and refers most particularly to the allocation of memory to a process, or to the allocation of space on the swapping device. Movement between disk and magnetic tape is often separately treated as archiving.
See also storage protection.