WOW.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Memory paging - Wikipedia

    en.wikipedia.org/wiki/Memory_paging

    Memory paging. In computer operating systems, memory paging (or swapping on some Unix-like systems) is a memory management scheme by which a computer stores and retrieves data from secondary storage [a] for use in main memory. [citation needed] In this scheme, the operating system retrieves data from secondary storage in same-size blocks called ...

  3. Page (computer memory) - Wikipedia

    en.wikipedia.org/wiki/Page_(computer_memory)

    A page, memory page, or virtual page is a fixed-length contiguous block of virtual memory, described by a single entry in a page table. It is the smallest unit of data for memory management in an operating system that uses virtual memory. Similarly, a page frame is the smallest fixed-length contiguous block of physical memory into which memory ...

  4. Page table - Wikipedia

    en.wikipedia.org/wiki/Page_table

    A page table is a data structure used by a virtual memory system in a computer to store mappings between virtual addresses and physical addresses. Virtual addresses are used by the program executed by the accessing process, while physical addresses are used by the hardware, or more specifically, by the random-access memory (RAM) subsystem.

  5. Page cache - Wikipedia

    en.wikipedia.org/wiki/Page_cache

    Page cache. In computing, a page cache, sometimes also called disk cache, [1] is a transparent cache for the pages originating from a secondary storage device such as a hard disk drive (HDD) or a solid-state drive (SSD). The operating system keeps a page cache in otherwise unused portions of the main memory (RAM), resulting in quicker access to ...

  6. Page fault - Wikipedia

    en.wikipedia.org/wiki/Page_fault

    In computing, a page fault (sometimes called PF or hard fault) [a] is an exception that the memory management unit (MMU) raises when a process accesses a memory page without proper preparations. Accessing the page requires a mapping to be added to the process's virtual address space. Besides, the actual page contents may need to be loaded from ...

  7. Memory management unit - Wikipedia

    en.wikipedia.org/wiki/Memory_management_unit

    A memory management unit ( MMU ), sometimes called paged memory management unit ( PMMU ), [1] is a computer hardware unit that examines all memory references on the memory bus, translating these requests, known as virtual memory addresses, into physical addresses in main memory . In modern systems, programs generally have addresses that access ...

  8. Zero page - Wikipedia

    en.wikipedia.org/wiki/Zero_page

    Zero page. The zero page or base page is the block of memory at the very beginning of a computer 's address space; that is, the page whose starting address is zero. The size of a page depends on the context, and the significance of zero page memory versus higher addressed memory is highly dependent on machine architecture.

  9. Memory management - Wikipedia

    en.wikipedia.org/wiki/Memory_management

    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 ...