Memory Management Task

From GM-RKB
(Redirected from memory management)
Jump to navigation Jump to search

A Memory Management Task is a Computing Resource Management Task that ...



References

2018

  • (Wikipedia, 2018) ⇒ https://en.wikipedia.org/wiki/memory_management Retrieved:2018-8-7.
    • Memory management is a form of resource management applied to computer memory. The essential requirement of memory management is to provide ways to dynamically allocate portions of memory to programs at their request, and free it for reuse when no longer needed. This is critical to any advanced computer system where more than a single process might be underway at any time.

      Several methods have been devised that increase the effectiveness of memory management. Virtual memory systems separate the memory addresses used by a process from actual physical addresses, allowing separation of processes and increasing the size of the virtual address space beyond the available amount of RAM using paging or swapping to secondary storage. The quality of the virtual memory manager can have an extensive effect on overall system performance.